如何获取热点重定向页面的html

发布于 2024-09-24 22:38:03 字数 295 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文