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
In some environments an HTTP proxy can't be enabled system-wide; therefore it's a must to have proxy configuration via a command line switch (like httpie)
The text was updated successfully, but these errors were encountered:
@francescoc-vf the standard way to do this using the HTTP_PROXY environment variable which can be set during execution of the CLI (and is local to that session):
$ HTTP_PROXY="http://proxyIp:proxyPort" akamai …
However, as noted in #42, we must ensure that this actually works. I'm going to close this in favor of that issue, please subscribe to that one for followup information.
In some environments an HTTP proxy can't be enabled system-wide; therefore it's a must to have proxy configuration via a command line switch (like httpie)
The text was updated successfully, but these errors were encountered: