SetProxy
daijun168 opened this issue · comments
daijun168 commented
What if the agent needs to verify the username and password
chrisfeng0723 commented
like this:
client.SetProxy(http://{proxy_username}:{proxy_password}@{proxy_host}:{proxy_port})
chrisfeng0723 commented
proxy_username and proxy_password need url.QueryEscape
Jeevanandam M. commented
Thanks, @chrisfeng0723, for responding to the question.