Hi All,
I am trying to get attributes from the Proxy-Authenticate WWW-Authenticate and Authorization headers, namely username, realm, uri, nonce, and response,
I can see some of these are already presented as psuedo-variables, however nonce and response are not.
What's the most efficient way to obtain these headers? I'm currently using a regex, but there must be a more efficient method.
Thanks for your help,
Matthew