REST Response Header

1
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 ?
asked
1 answers
2

I'm afraid this is currently only possible with the rest services appstore module. It has a Java action to get response header data. Maybe use the appstore module to get the token and use the modeler support for the other calls?

answered