Reputation: 41
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 ?
Upvotes: 4
Views: 320
Reputation: 3481
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:
Then, you should be able to edit this, and set your credentials:
You have a full help topic about Digest Auth in Paw here: https://luckymarmot.com/paw/doc/auth/digest-auth
Upvotes: 2