You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f the proxy IP requires account password verification and Jsoup cannot be set correctly, it will return Unable to tunnel through proxy Proxy returns "HTTP/1.1 407 Proxy Authentication Required", but Httpclient can be set normally, so I believe it should be Jsoup not supporting it. Please modify this bug as soon as possible
The text was updated successfully, but these errors were encountered:
I have added direct support for per-request authentication in Jsoup.connect().auth() in #2046. Would be greatly appreciated if folks can test this in a local snapshot version and provide feedback (on the PR - #2046)
f the proxy IP requires account password verification and Jsoup cannot be set correctly, it will return Unable to tunnel through proxy Proxy returns "HTTP/1.1 407 Proxy Authentication Required", but Httpclient can be set normally, so I believe it should be Jsoup not supporting it. Please modify this bug as soon as possible
The text was updated successfully, but these errors were encountered: