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.
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.