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
There is proxy configuration which takes string or arrays. When string is given, it's converted to array in format: [http => IP] (meaning only http requests get proxies).
In file: https://github.com/8p/EightPointsGuzzleBundle/blob/v8.5.1/src/DependencyInjection/Configuration.php
There is proxy configuration which takes string or arrays. When string is given, it's converted to array in format: [http => IP] (meaning only http requests get proxies).
In guzzle ( https://docs.guzzlephp.org/en/stable/request-options.html#proxy ) passing proxy as string makes it work for all protocols:
The text was updated successfully, but these errors were encountered: