I\'m trying to send a request that requires HTTP Digest authentication.
Is Digest possible in jQuery?
If so, is this close to the correct way to do it? It
You should try the digestj jquery plugin.
http://code.google.com/p/digestj/
It is a partial implementation but could be sufficient to help you get through.