网络文档的复杂检索
我需要从网站检索文档并解析它。 问题是:
- 该网站同时使用 http 和 https 协议
- 您需要登录该网站(我有一个普通帐户)
- 从登录页面,至少有 2 个重定向只是为了您自己登录
我管理了一个 HTTPS 连接并发布了我的登录并通过,但我在 cookie 管理和重定向方面遇到了麻烦......
I need to retrieve a document from a website, and parse it.
Problem is that:
- The site uses both http and https protocol
- You need to log in the site (I have a regular account)
- From the login page, there are at least 2 redirect just to log in yourself
I managed an HTTPS connection and posted my login and pass, but I'm having troubles with cookie management and the redirect....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
commons-httpclient 会有所帮助。
commons-httpclient would help.
使用像 HtmlUnit 这样的库可能会有所帮助。
Using a library like HtmlUnit would probably help.