We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
proposal to change behavior of http.request{redirect=bool} to integer. behavior should mimic curls --max-time
The text was updated successfully, but these errors were encountered:
Why should the API mimic curl?
curl
This would be a major change to the current API and there would have to be some significant benefit for it to be considered.
Sorry, something went wrong.
It seems like a security vulnerability, I have not looked at the code, but an infinite redirect could happen.
Looking at the code, it seems there's a max redirect limit of 5. having control of this variable would be nice. but that eases my worries.
No branches or pull requests
proposal to change behavior of http.request{redirect=bool} to integer. behavior should mimic curls --max-time
The text was updated successfully, but these errors were encountered: