Noticed an interesting behaviour. When I tried to run `./mach run http://httpbin.org/basic-auth/user/pass`, I noticed that `args.channel.URI.prePath` is set to `https://httpbin.org` instead of http (url bar still says `http://httpbin.org/basic-auth/user/pass`). Is this an intended behaviour? If I try to visit `http://httpbin.org/basic-auth/user/pass` from anywhere else it is http.
Bug 1767292 Comment 11 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Noticed an interesting behaviour. When I tried to run `./mach run http://httpbin.org/basic-auth/user/pass`, I noticed that `args.channel.URI.prePath` is set to `https://httpbin.org` instead of http (url bar still says `http://httpbin.org/basic-auth/user/pass`). Is this an intended behaviour? If I try to visit `http://httpbin.org/basic-auth/user/pass` from anywhere else it is http. Changing `URI` to `originalURI` seemed to fix this issue.