Allow HttpEndRequest to process 302 and 301 redirects. Append Host
commit1fc760d4a7ef4ba94f9d9a2d1d03433824295a67
authorAric Stewart <aric@codeweavers.com>
Mon, 28 Nov 2005 16:31:02 +0000 (28 17:31 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 28 Nov 2005 16:31:02 +0000 (28 17:31 +0100)
treeb784f4cfdd7554bfcb350bd9c37100f61a5376d7
parent1692bc34c9a1fa16f49b7c6807b5502de8fe5321
Allow HttpEndRequest to process 302 and 301 redirects.  Append Host
port if non standard on the redirect host header and make sure to
append the extra information (parameters) and such to the location if
present.  Additionally check to see if we are redirecting to https and
if so set the appropriate port.
dlls/wininet/http.c