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

Consider replacing fopen with curl #8

Open
broakenmedia opened this issue Feb 2, 2022 · 0 comments
Open

Consider replacing fopen with curl #8

broakenmedia opened this issue Feb 2, 2022 · 0 comments

Comments

@broakenmedia
Copy link

broakenmedia commented Feb 2, 2022

I know this library has largely been abandoned but i would ask that you consider replacing the file_get_contents with a simple curl request. Many servers disable 'allow_url_fopen' in the name of security ( https://www.acunetix.com/vulnerabilities/web/php-allow_url_fopen-enabled/ ) and as such the request fails.

https:// wrapper is disabled in the server configuration by allow_url_fopen=0

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