http-useragent icon indicating copy to clipboard operation
http-useragent copied to clipboard

Proxy does not work

Open CIAvash opened this issue 4 years ago • 1 comments

I set the proxy using the HTTP_PROXY environment variable, and depending on the website's protocol, HTTP::UserAgent does two things:

  • http://httpbin.org/ip: it says "Invalid header received from client."
  • https://httpbin.org/ip: it just hangs. Probably here.

CIAvash avatar Jul 20 '20 17:07 CIAvash

I should add that the host of htttp_proxy is 127.0.0.1. It seems it gives an error if I use localhost.

CIAvash avatar Jul 21 '20 06:07 CIAvash