Content deleted Content added
m a HTTP -> an HTTP |
m plain text -> plaintext link |
||
Line 1:
In the context of an [[HTTP]] transaction, the '''basic authentication scheme''' is a method designed to allow a [[web browser]], or other client program, to provide credentials – in the form of a [[user name]] and [[password]] – when making a request.
Although the scheme is easily implemented, it relies on the assumption that the connection between the client and server computers is secure and can be trusted. Specifically, the credentials are passed as
One advantage of the basic authentication scheme is that it is supported by most clients. It is rarely used on normal [[Internet]] [[Website|web sites]] but is suitable for small, private systems.
|