Search code examples
fiddlerdigest-authentication

How to use http digest authentication from fiddler?


Tooling around with a json REST api, that uses http digest auth.

How can I do the auth dance in fiddler? (Hoping it has some magic to automate the process?)


Solution

  • The easy answer seems to be: use cURL

    curl --anyauth --user <username>:<passwd> https://testingapi.com