Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   DecodeHTTPAuthenticationHeader
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
Internet connectivity
 
File transfer (FTP)
Hypertext transfer (HTTP)
IMAP library
MIME and RFC822
POP3 email
Simple Mail Transfer Protocol (SMTP)
TCP/IP connections
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]]]
 
 
In library 'http'
AddVariableToUrl
CloseHTTPServer
DecodeHTTPAuthenticationHeader
DeleteVariableFromUrl
EncodeDigestAuthorizationHeader
FormatHttpDateTime
FormatISO8601DateTime
GetHTTPPage
GetHTTPPageHeaders
GetVariableFromUrl
IsAbsoluteUrl
IsValidPlainHTTPURL
MakeRelativeLinkFromURL
OpenHTTPServer
OpenHTTPServerOnSocket
OpenSecureHTTPServer
PostHTTPPage
PostHTTPPageMultipart
ReplaceVariableInUrl
ResolveToAbsoluteURL
SendHTTPRequest
SetHTTPAuthentication
 
Top To top of page