Skip to main content

Posts

Showing posts with the label Basic Authentication in ASP.NET Web API

How do I create a user Account for Basic Authentication?

How To Configure Basic Authentication in IIS ? The basic authentication requires using a valid user name and password to access content. It supports all the browsers and it also works for all proxy services and firewalls. Types of Proxies - 1.      Transparent Proxies 2.      Anonymous Proxies 3.      Highly anonymous Proxies 4.      Socks 4 and 5 Proxies 5.      DNS Proxies 6.      And so on Stayed Informed - Basic Authentication in ASP.NET Web API Steps To use the UI - 1.      Open IIS Manager 2.      Double click Authentication Tab 3.      Select Basic Authentication 4.      Click to Enable to use Basic authentication with the default settings 5.      Click to Edit to type the default domain and realm. 6.    ...