Hi.
When I use the function proxy_challenge(), the 407 don't have the parameter 'algorithm=MD5'. Look below:
...
Proxy-Authenticate: Digest realm="proxy.com.br", nonce="45be00f941f137ff037436c77f80a9531a02155f".
...
How can I put this parameter in digest informations?
...
Proxy-Authenticate: Digest realm="proxy.com.br", nonce="45be00f941f137ff037436c77f80a9531a02155f",
algorithm="MD5".
...
Thanks in advance.
Bruno