403 forbidden when running published webservice

0
Hi,   I just developped a published webservice. Testing it localhost works fine. I deployed it to the acceptance environment. When executing it form  SOAPUI, I get the following response: <html> <head><title>403 Forbidden</title></head> <body bgcolor="white"> <center><h1>403 Forbidden</h1></center> <hr><center>nginx</center> </body> </html>   ALs when I open in the browser the url for ... /api-doc/ or ... /ws-doc/ I get an 403 Forbidden I probably miss some simple settings. Who can help me.  
asked
2 answers
1

Check your settings in the Sprintr environment. You have to give access to these URL's. Goto environment details then the tab Network.

Regards,

Ronald

 

answered
1

Chech the Path Based Access Restrictions on the network tab of your acceptance environmont.

Probably the restrictions is set to 'deny all' for ws and ws-doc

answered