http://bugs.winehq.org/show_bug.cgi?id=3263
orin@pinhead.cc changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|INTERNET_FLAG_NO_AUTO_REDIRE|wininet: |CT doesn't work |INTERNET_FLAG_NO_AUTO_REDIRE | |CT doesn't work
------- Additional Comments From orin@pinhead.cc 2005-30-08 20:13 ------- BTW & FWIW: HTTP 1.0 and 1.1 say something like:
"If the 30x status code is received in response to a request using the POST method, the user agent must not automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued."
However, MS's wininet does silently redirect POSTs if INTERNET_FLAG_NO_AUTO_REDIRECT isn't set so this behavior would be up to the caller of wininet.