Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我想出了如何在java中访问一个不安全的网页。但是,我不知道如何访问一个需要您在登录页面上登录才能查看的网页。谁能帮我解决这个问题?
您的问题似乎与此类似,它指出您不仅需要在 HTTP 请求中发送凭据(作为 post 或 get 参数),而且您可能需要考虑处理 cookie。
如何从 Java 的 https 网页登录和下载文件?