'mendix Swagger REST Webservice in UAT/PROD
Hi I am working on the mendix rest webservices and through swagger , i can test the local host data all right. But when i promote objects to acceptance, i need to update the webservice seurity to 'Requires authentication'. This would need username and password.
when the webservices are in the UAT, it fails to autheticate the request
as below shown. Can you please help if you have a solution in this situation?
thanks
Solution 1:[1]
This could be due to the Path based access restrictions in your cloud environment. Allow all access to the appropriate paths as below to verify your endpoints.
Restart your application after applying the changes.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | chengaiah |

