mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:43:31 +03:00
http: clear credentials better on redirect
Verify with test 2506: netrc with redirect using proxy Updated test 998 which was wrong. Reported-by: Muhamad Arga Reksapati Closes #21345
This commit is contained in:
parent
3e0e2cc1ab
commit
b4024bf808
6 changed files with 165 additions and 65 deletions
|
|
@ -77,7 +77,6 @@ Proxy-Connection: Keep-Alive
|
|||
|
||||
GET http://somewhere.else.example/a/path/9980002 HTTP/1.1
|
||||
Host: somewhere.else.example
|
||||
Authorization: Basic %b64[alberto:einstein]b64%
|
||||
User-Agent: curl/%VERSION
|
||||
Accept: */*
|
||||
Proxy-Connection: Keep-Alive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue