|
Preamble
3. Protocol Messages
3.3. Challenge Messages
3.3.1. Challenge Response
|
3.3.1. Challenge ResponseThe "WWW-Authenticate: httpsec/1.0 challenge, " 1#( id | [certificate] ) id = "id=" <URI> certificate = "certificate=" <URI> Example message:
HTTP/1.1 401 Unauthorized
WWW-Authenticate: httpsec/1.0 challenge
id=alice.example.com
certificate=http://alice.example.com/my-cert
(For legibility, the example's protocol header is extended over multiple lines, as per [HTTP][4.2].) |