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
I have the same problems like #182, but I can't reopen it. I am using the newest version.
In my opinion teardownProxy(); is not a solution. If it fails one time, you have set https.proxyHost forever.
There must be a more reasonable way to use requests with proxy in Java (also for plugin programming). I ask you to reconsider this.
The text was updated successfully, but these errors were encountered:
Yea, I also would like to avoid changing https.proxyHost if possible. I'll look for another way to do https requests that doesn't need changing the system proxy.
Hello everyone!
I have the same problems like #182, but I can't reopen it. I am using the newest version.
In my opinion
teardownProxy();
is not a solution. If it fails one time, you have sethttps.proxyHost
forever.There must be a more reasonable way to use requests with proxy in Java (also for plugin programming). I ask you to reconsider this.
The text was updated successfully, but these errors were encountered: