You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Right now endpoints can only be configured via UseUrls. This limits the opportunity for validation and causes confusion about what's allowed/supported by Kestrel.
e.g. options.AddEndpoint(https, host, port); where scheme is "http" or "https", host is "localhost", "", or an IPAddress, and port is valid. This avoids confusion around why registering "http://.foo.com/" does not filter by host.