Open in app
Home
Notifications
Lists
Stories

Write
Salu Khadka
Salu Khadka

Home

Dec 7, 2020

Loading config files from Wildfly modules

If you are planning to use Wildfly as your application server, there’s one interesting feature. Often an application contains properties that differ from test environment to staging. If we had such properties inside the application, we need to change them while switching the environment. …

Wildfly

1 min read


Oct 4, 2020

Adding HTTP Headers to a SOAP Request in Java

With an intelligent IDE, one can easily generate Java Code from the WDSL file. However, some SOAP methods require additional security header parameters to function. curl --location --request POST '<url>' \ --header 'header_key: header_value' \ --header 'Content-Type: text/xml' \ --data-raw '<soapenv:Envelopexmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws=”http://ws.test.com" xmlns:xsd=”http://test/xsd"><soapenv:Header/> <soapenv:Body>... </soapenv:Body> </soapenv:Envelope>

Soap Request

1 min read


Apr 19, 2020

Using your own domain in AWS Cognito Hosted UI

AWS Cognito can be a great help for any application that doesn’t want to invest in an authorization system. With some basic configuration, one can start creating and managing their own User pool. Cognito also provides a self-hosted domain for hosting an OAuth 2.0 authorization server with built-in webpages that…

Cognito User Pools

2 min read

Using your own domain in AWS Cognito Hosted UI
Using your own domain in AWS Cognito Hosted UI
Salu Khadka

Salu Khadka

Learn ✦ Explore ✦ Share

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable