Matthias Bloeß
Matthias Bloeß

Reputation: 41

curl --Digest Authentication with PAW-App

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

Answers (1)

Micha Mazaheri
Micha Mazaheri

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:

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

Upvotes: 2

Related Questions