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

Add feature to consider proxy-server #6

Open
frdrrhr opened this issue Jan 8, 2025 · 0 comments
Open

Add feature to consider proxy-server #6

frdrrhr opened this issue Jan 8, 2025 · 0 comments

Comments

@frdrrhr
Copy link

frdrrhr commented Jan 8, 2025

Hi Eric,

I would like to request a feature for your extension. Would you please add a something, that allows to consider a proxy-server?
Something similar to simplepie/simplepie#518 and https://gist.github.com/abhij89/c7f475cd581e9af9498f4cccf7e2d9f0?

Maybe something like this in initFeedback()?

  $proxy = $GLOBALS['TYPO3_CONF_VARS']['HTTP']['proxy'] ?? null;
    if (isset($proxy) && $proxy !== '') {
        $this->feed->set_curl_options(
            array(
                CURLOPT_PROXY => $proxy
            )
        );
    }
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