About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: security message
Basic authentication in selfhosted mono service
I want to secure my selfhosted service on mono with basic authentication. This works with an Authorization header in the http request and can be setup with configuration for the binding. The setting BasicHttpSecurityMode.TransportCredentialOnly only encrypts the header and no … Continue reading →
Posted in Development
|
Tagged 401, authorization header, basic authentication, BasicHttpSecurityMode, Fiddler, http, mono, security message, selfhosted, TransportCredentialOnly
|
6 Comments