Tuurlijk / t3ext-h5p

TYPO3 H5P plugin
7 stars 16 forks source link

Use GuzzleClientFactory to create client instance #25

Closed Smove closed 2 years ago

Smove commented 3 years ago

The GuzzleClientFactory is a helper class from the TYPO3 core to correctly apply the settings from $GLOBALS['TYPO3_CONF_VARS']['HTTP']. With this change it is possible to use an outgoing proxy with the h5p extension.

Tuurlijk commented 3 years ago

This patch will need further cleanup of the use statement in Framework.php, update of the class used in error message to the TYPO3 Guzzle one and removal of "guzzlehttp/guzzle": "^6.3" from composer.json. And then test if all that still works

Tuurlijk commented 2 years ago

This is fixed in the latest v10 and v11 releases

Tuurlijk commented 2 years ago

Thx @Smove