当 HTTP 状态不是 200 OK 时,ASP.NET 获取 Web 响应
我需要在响应状态代码不是 200 OK 的情况下读取 HTTP GET 的响应。有时是401,有时是403,但是都会有Response内容。如果我尝试使用 HttpWebResponse 和 HttpWebRequest 类,当响应状态不是 200 OK 时,它会引发异常。有什么建议吗?
I need to read the response from an HTTP GET in situations where the Response Status code is not 200 OK. Sometimes it is 401, other 403, however there will be a Response content. If I try to use the HttpWebResponse and HttpWebRequest classes, it throws an exception when the response status is not 200 OK. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)