Forum Discussion
nmrao
3 years agoCommunity Hero
There can be different ways to achieve the same if you need to send the said http header for all the requests.
One of them could be :
1. set the project level property, say AUTH_HEADER and set the value as WWW-Authenticate
2. set another property for the value appropriately
And use custom events, SubmitListener.beforeSubmit and set the header and its value for each REST / SOAP request types (as needed) by reading the values from project properties.