Hi all
Currently we exposed a couple of REST APIs in our application.
We need to show the swagger in development and integration environments to facilitate our clients integration.
But, for us it's a problem to expose those swaggers in pre and production environments.
How can we disable, the swagger exposing in different environments ? We need to show in DEV/INT and hide in PRE/PRO.
PD: Need to hide the HTML page, and the /swagger.json as well.
Thanks a lot
Hi there, take a look at this post:https://www.outsystems.com/forums/discussion/59052/is-it-possible-do-disable-swagger-page/Looks
In this post you can read, that the swagger file cannot be hidden within OutSystems.
If you are running OutSystems on premise, you can try to block the access to the file in your webserver. Just a wild guess.