What is Basic Authentication in Web API?

Basic Authentication, the user passes their credentials on a post request. At the WebAPI end, credentials are verified, and response is sent back.

The disadvantage of it is, Basic Authentication sends credentials in plain text over the network, so it is not considered a secure method of authentication. 



Post a Comment

Previous Post Next Post