Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with HTTP proxies #54

Open
derhansen opened this issue Sep 26, 2023 · 0 comments
Open

Not compatible with HTTP proxies #54

derhansen opened this issue Sep 26, 2023 · 0 comments

Comments

@derhansen
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant