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`).