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
I was trying to proxy some requests of my server. I used similar code from http-proxy example but got HTTP/1.1 100 continue.
without proxy:
HTTP/1.1 100 Continue HTTP/1.1 200 OK Vary: Origin Access-Control-Allow-Origin: http://localhost:8080 Content-Type: application/json; charset=utf-8 Content-Length: 53 Date: Sat, 21 Mar 2020 17:01:12 GMT Connection: keep-alive {"status":"success","message":"updated"}%
with proxy:
HTTP/1.1 100 Continue HTTP/1.1 100 Continue vary: Origin access-control-allow-origin: http://localhost:8080 access-control-allow-credentials: true date: Sat, 21 Mar 2020 17:01:35 GMT curl: (52) Empty reply from server
The text was updated successfully, but these errors were encountered:
See also #188, http-proxy doesn't seem to be correct.
Sorry, something went wrong.
Closed because it seems to be an error only with curl and it works for postman
curl
No branches or pull requests
I was trying to proxy some requests of my server. I used similar code from http-proxy example but got HTTP/1.1 100 continue.
without proxy:
with proxy:
The text was updated successfully, but these errors were encountered: