4

Connecting to an API using curl with -u username:api-key --DIGEST works fine. But how to test it with API Clients like PAW-App ?

1 Answers1

2

Sorry for the massive delay. Here's the Digest auth extension for Paw. You'll have to install it first.

Then, insert a new header Authorization and right-click on the value field, and pick Extensions > Digest Auth:

Use HTTP Digest auth in Paw

Then, you should be able to edit this, and set your credentials:

Set your credentials for HTTP Digest auth in Paw

You have a full help topic about Digest Auth in Paw here: https://luckymarmot.com/paw/doc/auth/digest-auth

Micha Mazaheri
  • 3,481
  • 1
  • 21
  • 26