如何获取热点重定向页面的html
我正在使用 Android 开发一个应用程序。
我连接到热点,然后,我使用 HttpURLConnection 或 HttpClient 向“http://www.google.com”网页发送 http 请求。它不应该响应,因为连接尚未建立,因此它将被重定向到热点的身份验证页面。
我希望获取认证页面的html数据。但代码会抛出 IOException。错误消息是“IOException:套接字未连接”。它连接到热点。我知道,它无法连接到google。
我怎样才能获取html数据???有谁知道的,也请告诉我一下。提前致谢。
I am using Android to develop an application.
I connected to hotspot, after then, I sent http request to the "http://www.google.com" web page using HttpURLConnection or HttpClient. It should not response, because the connection is not made yet, so it will be redirected to authentication page ot the hotspot.
I wish to get the authentication page html data. But the code throws IOException. The error message is "IOException: Socket is not connected". It connected to the hotspot. I know, it can not be connected to the google.
How can I get the html data???? Anyone know, please let me also know. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论