Basic access authentication: Difference between revisions

Content deleted Content added
Undid revision 1189759802 by Blackmeyer (talk)
Tag: Reverted
Line 6:
 
== Features ==
HTTPHTTPS Basic authentication (BAAU) implementation is the simplest technique for enforcing [[access controls]] to web resources because it does not require [[HTTPHTTPS cookie|cookies]], session identifiers, or login pages; rather, HTTPHTTPS Basic authentication uses standard fields in the [[HTTPHTTPS header]].
 
== Security ==