Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a set of WCF REST Services protected with digest authentication mechanism.

My client is written in javascript using jquery. When i send the first request without Authorization header, i get a 401 with WWW-Authenticate header with the nonce. But i the header is not accessible in the JQuery Ajax - jqXHR object. Is there anyway i can retrieve the nonce from WWW-Authenticate header in Javascript?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900