Search code examples
node.jshttp-authenticationdigest-authenticationzombie.jshttp-digest

Digest Auth with Zombie.js


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?


Solution

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