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
The extension uses a custom REST client to perform Cleverreach requests. This implementation does however not respect any anything set in $GLOBALS['TYPO3_CONF_VARS']['HTTP'] and does therefore not work, if TYPO3 uses a proxy for outgoing HTTP requests.
The extension uses a custom REST client to perform Cleverreach requests. This implementation does however not respect any anything set in
$GLOBALS['TYPO3_CONF_VARS']['HTTP']
and does therefore not work, if TYPO3 uses a proxy for outgoing HTTP requests.I recommend to use the TYPO3 API (
RequestFactory
- see https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/HowTo/RestRequests/Index.html) for HTTP requests which always ensures, that configured HTTP settings are applied.The text was updated successfully, but these errors were encountered: