Unable to use call REST microflow action as I cant get a response from endpoint.

1
I am new to Mendix. I have made a basic application on Mendix. I made a microflow that makes an API call. Then I added a button on my blank homepage which calls a microflow on click. I am unable to get a response. The API responds with status code 560. The network headers show that the request url is in the form http://www.myapp.mxapps.io/xas/ Does it have something to do with the "/xas" part? Thank you.
asked
1 answers
0

Did you read the documentation here: https://docs.mendix.com/howto/integration/consume-a-rest-service?

Regards,

Ronald

answered