HttpWebRequest returns “ (403) Forbidden” Error

前端 未结 5 1428
醉酒成梦
醉酒成梦 2021-01-11 17:11

I wrote a xml grabber to receive/decode xml files from website. It works fine mostly but it always return error:

\"The remote server returned an e

5条回答
  •  南笙
    南笙 (楼主)
    2021-01-11 17:45

    Most likely you don't have permissions to access the resource you are trying to reach. So you need to acquire necessary credentials to complete the required action.

提交回复
热议问题