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
When doing a post and getting a redirect response superagent tries to do another post and errors as there is no data to write.
error is "first argument must be a string or buffer"
also tries to redirect using same method when this is forbidden according to the spec (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3) without user confirmation
The text was updated successfully, but these errors were encountered:
I submitted pull #76 as a fix
Sorry, something went wrong.
Didnt know a pull request opened an issue
No branches or pull requests
When doing a post and getting a redirect response superagent tries to do another post and errors as there is no data to write.
error is "first argument must be a string or buffer"
also tries to redirect using same method when this is forbidden according to the spec (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3) without user confirmation
The text was updated successfully, but these errors were encountered: