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

Sniff all cURL requests #192

Open
xepozz opened this issue Feb 13, 2023 · 0 comments
Open

Sniff all cURL requests #192

xepozz opened this issue Feb 13, 2023 · 0 comments
Labels
help wanted Extra attention is needed type:feature New feature

Comments

@xepozz
Copy link
Member

xepozz commented Feb 13, 2023

One way it to handle all cURL requests inside third-party libraries is to proxy all of them through internal wrapper with global stream/curl context.
See:

// TODO: add cURL support, maybe through proxy?

It's impossible to do it now because PHP doesn't support it. php/php-src#10509

@xepozz xepozz added help wanted Extra attention is needed type:feature New feature labels May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed type:feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant