Native REST HTTP code

0
With the new REST connector in Mendix I call a webservice that can respond with multiple statuscodes. To ensure that we handle this the right way I like to get the respond code from the REST request. With the REST Services module this was easy to accomplish since this would be part of the RequestResult. Is there something similair possible with the native REST connector? Thanks in advance!
asked
2 answers
0

Access to the entire response, including header values and status, is on the roadmap.

answered
0

Open the 'Call REST' action : in the 'response' tab you define what to do with then results. You can for example store the response in a string and process that variable.

answered