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
{{ message }}
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.
Is it possible to specify a username and password to use with the Proxy option along with the host and port?
I can only find a host and port solution like so:
Resty rest = new Resty(Resty.Option.proxy("myproxy.com", 80));
But I can't find a way to set an authenticated proxy.
Thank you.
The text was updated successfully, but these errors were encountered: