Mendix is redirecting external API call endpoit to the local server(http://localhost:8080/xas/).

0
  I am setting this endpoint https://coreapi.ef.gov.sa/api/submitidea/postidea but when i see in network it always hit this endpoint http://localhost:8080/xas/
asked
1 answers
0

The /xas endpoint is how the frontend of a Mendix application talks to the backend. So any data you input in the frontend of your application will first go from the frontend to the backend via the /xas endpoint, from there the backend will POST it to the third-party endpoint.

 

I hope this helps.

answered