In the series of highly boring posts ;) here’s another one; in this case, a simple explanation of two different authentication protocols available in the HTTP standard.
HTTP Basic Authentication Protocol
This is the simplest HTTP Authentication protocol available:
The browser sends a request to a protected resource: GET /index.html
The server looks for the “Authenticated” header [...]
