Call Rest Service in Acceptance

0
Hello, I am trying to set up an API in my Mendix app to be called by a separate website. Currently, the app is in the Acceptance stage and has a rest API set up that works when tested locally. However, I cannot figure out how to call the API that is in the Acceptance environment. When I look at /rest-doc/ in the local environment the API is visible but when I look at /rest-doc/ in the acceptance environment it looks as if there are no APIs. Below is the image of the screen that appears at /rest-doc/. The API in the app does not appear. Thank you for your time and help, Evan Jones
asked
2 answers
1

Are you 100% sure you’ve deployed the same revision of the that you’re running on your local machine?

answered
0

Have a look at the network tab of the acceptance environment in the cloud portal.

Maybe the Path Based Access Restrictions will show you that the path is set to deny all access or the path is not available.

You can change this here as well.

answered