Curl --Digest Authentication with PAW-App

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

+4
source share
1 answer

Sorry for the massive delay. Here is the Decrypt auth extension for Paw. You will need to install it first.

Then insert a new header Authorizationand right-click on the value field and select Extensions> Digest Auth:

Use HTTP Digest auth in Paw

Then you can edit this and set your credentials:

Set your credentials for HTTP digest authentication in Paw

Digest Auth in Paw : https://luckymarmot.com/paw/doc/auth/digest-auth

+2

All Articles