Basic Authentication
Introduction to Basic Authentication
Basic Authentication is a challenge-response mechanism described in RFC 2617.
How to use Basic Authentication
Пример 44-1. Basic Authentication The following example assumes that one wants to fetch a page /protected.html on the host example.com that is protected using Basic Authentication. The necessary username to pass the authentication is johndoe and the appendant password is foo.
|
Пред. | Начало | След. |
Introduction | Уровень выше | Cookies |