unosquare / embedio

A tiny, cross-platform, module based web server for .NET
http://unosquare.github.io/embedio
Other
1.45k stars 175 forks source link

Request.Url mixing up http and https #593

Open cyanfish opened 5 months ago

cyanfish commented 5 months ago

Not sure if commenting this out was intentional but with https requests, Request.Url uses http instead. https://github.com/unosquare/embedio/blob/2305190014d63f86ca036da85e426714d1e667f8/src/EmbedIO/Net/Internal/HttpListenerRequest.cs#L227-L228