Adding header parameters with Native REST call

0
HI Mendix Platform team, Will the native REST fucntionality have the capability to add header parameters in the future? It is currently available through the REST Module in the appstore. Kind regards,
asked
1 answers
2

Tarig,

 

You already can add header parameters to a REST call in the native Mendix functionality

https://docs.mendix.com/refguide/call-rest-action

 

If not you can use a combination of both the REST module and the native REST. So if you add the headers using the Java action i believe these will also get included when you do your native rest call.

 

Simon

answered