I would like to use Zombie.js to connect to a site that uses Digest Auth.

Can I get to the http request headers from the runtime?

Or will I need to patch Zombie to add digest auth support?

link|improve this question

60% accept rate
Next time don't add comments to your post under the 'answers' section. You should edit the original post, put "EDIT" and then your comments after that. – Marshall Mar 12 at 23:24
feedback

1 Answer

up vote 1 down vote accepted

The answer is that digest auth is not currently supported by Zombie.js

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.