Hi There,
I am integrating a REST based web service in Mendix.
This web service authentication response results in a Token that is returned in the REST Response 'Authorization' header; the body of the response is empty.
Question is: How can i get hold of the Authorization header
When i set the log level for the 'REST Consume' to 'trace' I can see the Authorization header in the console, but is there a way to get the Authorization header after the 'Call REST Service' activity is executed ?