How to view Published REST Service documentation in a browser.

0
I’m on Mendix 7.23.14, I can view the documentation/test pages for my native REST services at a URL such as: http://localhost:8080/rest-doc/ However, when I try to get to the page on my Mendix cloud environment (Cloud v3) I get a 403-Forbidden page. Is there something I am missing to enable this in the cloud?  
asked
2 answers
3

Hi yes, you need to enable path based acces restrictions: https://docs.mendix.com/developerportal/deploy/access-restrictions#3-applying-a-restriction-to-an-application-environment

answered
0

Thanks Maarten. That was simple, just changed from its current setting (default?) of ‘Deny all Access’.

answered