Difference between revisions of "Basic access authentication"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 10: | Line 10: | ||
* [https://en.wikipedia.org/wiki/Basic_access_authentication Basic access authentication] @ Wikipedia | * [https://en.wikipedia.org/wiki/Basic_access_authentication Basic access authentication] @ Wikipedia | ||
+ | |||
+ | [[Category:Computing]] | ||
+ | [[Category:HTTP]] | ||
+ | [[Category:Internet]] | ||
+ | [[Category:Security]] |
Latest revision as of 08:03, 21 April 2016
In the context of an HTTP transaction, basic access authentication is a method for an HTTP user agent to provide a user name and password when making a request.
See also
External links
- Basic access authentication @ Wikipedia