On Fri Sep 19 15:46:44 2025 +0000, Gabriel Ivăncescu wrote:
I mean, for the https/http scheme "mismatch" I did add a test for it in this patch. I also searched to see if it's a consequence of something else or it's a false lead, but according to this: http://web.archive.org/web/20100605063836/http://blogs.msdn.com/b/ieinternal... It's how it's supposed to work, and the error (E_ACCESSDENIED) is legit. See (1) and (7). Do you have better ideas how to implement that?
As I said, that parsing is broken, use the a proper parser instead. You may probably just call `create_relative_uri` and use `IUri` instead.