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 , , , , , , , , , | 6 Comments