Commit 7ad691a5 authored by Jeremy White's avatar Jeremy White Committed by Alexandre Julliard

wininet: Mark Proxy Authorization header as a request header, so it actually gets sent.

parent d30e4533
......@@ -1240,7 +1240,7 @@ static BOOL HTTP_InsertProxyAuthorization( LPWININETHTTPREQW lpwhr,
TRACE( "Inserting authorization: %s\n", debugstr_w( authorization ) );
HTTP_ProcessHeader(lpwhr, szProxy_Authorization, authorization,
HTTP_ADDHDR_FLAG_REPLACE);
HTTP_ADDHDR_FLAG_REPLACE|HTTP_ADDHDR_FLAG_REQ);
HeapFree( GetProcessHeap(), 0, authorization );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment