5 Sep
2023
5 Sep
'23
5:06 p.m.
On Tue Sep 5 14:12:05 2023 +0000, Yuxuan Shui wrote:
I don't think it can. `wininet` has no concept of `IBindCallbackRedirect`, which `urlmon` needs to call to decide whether to proceed with redirect. Hmm, Windows is definitely doing something odd. When using `CreateBinding` and native Windows HTTP protocol implementation, it _does not_ call `IBindCallbackRedirect::Redirect`. However when using `CreateBinding` with our emulated protocol, it _does_.
(Both cases have `DISABLEAUTOREDIRECTS`). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3725#note_44330