HTTP 403 Error while accessing web service

前端 未结 2 913
闹比i
闹比i 2021-01-23 16:36

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 t

2条回答
  •  长发绾君心
    2021-01-23 16:53

    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 :-)

提交回复
热议问题