-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Using proxy with negotiate, POST with content length zero ends with too many redirects #4996
Comments
You need to show us details from the HTTP protocol exchange! Without that we can't do anything. (and you don't want/need Perhaps add |
I attached the requested file log.txt |
I have an idea. I'll propose a PR in a sec... |
As we have logic that checks if we get a >= 400 reponse code back before the upload is done, which then got confused since it wasn't "done" but yet there was no data to send! Reported-by: IvanoG Fixes #4996
@IvanoG, it would be great if you could confirm that this patch actually fixes your problem! |
The fix solved the problem. Thanks. |
Operating system: Windows 2016
curl version: 7.68
curl.exe -X POST -x user:password@proxy --proxy-negotiate server_address -d ""
I expected to receive an answer from the server_address.
The result is "too many redirects". It works with -d "something"
The text was updated successfully, but these errors were encountered: