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
Buzz supports proxies when specified explicitly, but generally doesn't use the system-wide default proxy settings (from the http_proxy/HTTP_PROXY environment variables). The curl client does, because curl has this behaviour built-in, but FileGetContents does not because it doesn't.
Most other HTTP libraries and tools (for PHP and elsewhere) support this, and it was mentioned a few years ago when proxy support was originally added, but it looks like that was never implemented: #58 (comment)
I'd find it very useful if FileGetContents automatically detected and used the system proxy settings, so the standard example Buzz code worked out of the box on systems with a proxy configured.
The text was updated successfully, but these errors were encountered:
Buzz supports proxies when specified explicitly, but generally doesn't use the system-wide default proxy settings (from the
http_proxy
/HTTP_PROXY
environment variables). The curl client does, because curl has this behaviour built-in, but FileGetContents does not because it doesn't.Most other HTTP libraries and tools (for PHP and elsewhere) support this, and it was mentioned a few years ago when proxy support was originally added, but it looks like that was never implemented: #58 (comment)
I'd find it very useful if FileGetContents automatically detected and used the system proxy settings, so the standard example Buzz code worked out of the box on systems with a proxy configured.
The text was updated successfully, but these errors were encountered: