inorganik / digest-auth-request

Make digest-auth requests with vanilla javascript
MIT License
70 stars 49 forks source link

Problem making request to server using Flask-HTTPAuth #11

Closed cmpalmer66 closed 9 years ago

cmpalmer66 commented 9 years ago

I'm making a simple Digest Authentication request to a service written with Flash-HTTPAuth. Basic Authentication works, Digest Authentication directly through the browser works, but when I do a request using this library, I get a self.firstRequest.readyState = 4, but a self.firstRequest.status of 0.

Problem may be with the server, but other methods of calling that service works. Can provide sample code.

inorganik commented 9 years ago

Did you turn logging on? Did you get the digest headers back? If so, what were they?

inorganik commented 9 years ago

Got no response from @cmpalmer66 for months so closing this