The follow snippet:
# @proxy http://localhost:8875
GET https://ipinfo.io/ip
is equivalent to:
I also tried using request_proxy=http://localhost:8875 without success. When I am using the httpyac CLI directly installed with npm -g then the proxy is correctly used.
I detected it as the IP should be different. But a simpler test is to use a non existing proxy. The VScode run succeeds while it fails with the CLI.
The follow snippet:
is equivalent to:
I also tried using
request_proxy=http://localhost:8875without success. When I am using thehttpyacCLI directly installed withnpm -gthen the proxy is correctly used.I detected it as the IP should be different. But a simpler test is to use a non existing proxy. The VScode run succeeds while it fails with the CLI.