Actions
Feature proposal #8973
closedImplement support for Joomla proxy settings for Guzzle
Feature proposal #8973:
Implement support for Joomla proxy settings for Guzzle
Start date:
14 June 2022
Due date:
% Done:
100%
Estimated time:
Description
Guzzle isn't able to connect through the proxy when making requests resulting in them failing. This needs to be set per-client so is an implementation problem as all Guzzle usages would need to be updated, which if we're to do that we might as well move to Symfony HTTP Client instead (planned for CB 3.x). Needs further review as only way to globally do this is middleware, which again requires changes to every Guzzle call.
https://docs.guzzlephp.org/en/stable/handlers-and-middleware.html?highlight=default#middleware
Actions