| DecodeHTTPAuthenticationHeader |
| |
Reads the authentication parameters for http digest authentication headers |
| |
| Library |
 |
wh::internet/http.whlib |
| |
| Syntax |
 |
PUBLIC RECORD FUNCTION DecodeHTTPAuthenticationHeader (STRING header,BOOLEAN broken_mime) |
| |
| Parameters |
 |
| header |
 |
Line with the header data, starting with 'DIGEST ' |
 |
| broken_mime |
 |
Don't decode of quoted strings (usefull for non-complient clients, like IE, which uses unescaped '\' characters) |
 |
|
| |
| Returns |
 |
Record with all (dequoted) parameters as cells. Returns default record if an error is encountered/ [[[seealso DecodeBasicAuthentication]]] |
| |