On Wed Sep 6 09:59:33 2023 +0000, Yuxuan Shui wrote:
caller to handle that correctly in its `GetBindInfo` implementation
hmm, plausible but I think I have evidence against this. In our emulated protocol tests we have control of the `IBindInfo` but Windows still changes the verb as expected.
OK, that's already an interesting finding. From your description, it sounds like the actual http protocol handler behaves differently than our emulated one. We don't have a test of redirecting POST request with the real handler, did you try to add a test for that? Maybe it reports redirection somehow differently in that case.