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.
↧