1

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?

Eric Hartford
  • 16,464
  • 4
  • 33
  • 50
  • 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 '12 at 23:24

1 Answers1

1

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

Eric Hartford
  • 16,464
  • 4
  • 33
  • 50