Skip to content

urlmon: fix HTTP redirects when auto redirection is disabled

Yuxuan Shui requested to merge yshui/wine:http-302 into master

If DISABLEAUTOREDIRECTS is set in BINDINFO options, urlmon does not set HTTP verb to GET when handling redirections.

Although HTTP specification is vague on the correct behaviour here, many web servers expect this. This is what's causing the "400 Bad Request" error when user tries to log into GMail accounts using Outlook.

Merge request reports

Loading