C# HttpWebRequest 问题
我面临着奇怪的问题。当我尝试使用 HttpWebRequest 获取页面时,页面未正常显示。该网址中有一个点,例如 http://www.xyz.com/abc。 /do 。您可以看到该网址中有一个点。因此,当我尝试使用 HttpWebRequest 获取该数据时,数据未正确到达。所以我用 fiddler 跟踪它,我看到这个类省略了像 http://www. xyz.com/abc/do 。我该如何解决这个问题?
注意。这不是真正的网址。但问题是真实存在的。
Possible Duplicate:
HttpWebRequest to URL with dot at the end
I am facing a weird problem. When I am trying to get a page using HttpWebRequest page is not coming properly. The url has a dot into it like http://www.xyz.com/abc./do . You can see this url has a dot into it. So when I am trying fetching that data using HttpWebRequest data is not coming properly. So I tracked it with fiddler and I saw this class omitting the dot like http://www.xyz.com/abc/do . How can I solve this problem ?
NB. This is not a real url. But the problem is real.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能是编码url解决问题
may be encoding url solve the problem