-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Description
Not sure if commenting this out was intentional but with https requests, Request.Url uses http instead.
embedio/src/EmbedIO/Net/Internal/HttpListenerRequest.cs
Lines 227 to 228 in 2305190
// var baseUri = $"{(IsSecureConnection ? "https" : "http")}://{host}:{LocalEndPoint.Port}"; | |
var baseUri = $"http://{host}:{LocalEndPoint.Port}"; |
Metadata
Metadata
Assignees
Labels
No labels