'HTTP 403 Error while accessing web service
Im trying to access a web service from a remote computer. I managed to access the web service from the browser. But Im getting HTTP 403 when I try to call the web service from the application.
Any idea why?
Solution 1:[1]
The Web server thinks that the HTTP data stream sent by the client was correct, but access to the resource identified by the URL is forbidden for some reason.Check the firewall settings.This should help you :-)
Solution 2:[2]
I had the same issue where the browser could access an url and my simple java call got a 403 error. I got it working by adding http header information to the request. I copied what the browser send.
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 | GustyWind |
| Solution 2 | RichardSchulz |
