-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
DELETE request fails in node, but works in browser #799
Comments
Did you try v1.5.0? |
|
Any updates on this? Do you recommend I specify this repository for the |
Please try 1.5.0 or master to see if the problem has been fixed already. |
Sorry for taking so long, but I can confirm it fails in |
It seems like the request is being made successfully, but the response is failing to decompress. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the title suggests, I have a request which works in browser, but fails in node with the following cryptic error:
I did
console.log(request)
in node to debug, the following is the output. I omittedsocket
andconnection
properties inreq
for brevity.The text was updated successfully, but these errors were encountered: