Certificate Authentication with the Paw App

In my case, I want to test rest-api protected by certificate authentication. I want to use the Paw-App to test this REST-API, but I cannot find a way to insert / upload my client certificate and trust (jks or pkcs12).

I wonder if it is possible to enable certificate authentication in the Paw-App and how to do it, or if there are any implementation plans besides OAuth and HTTP-Basic-Auth?

+6
source share
1 answer

Now Paw supports client certificates! :)
https://luckymarmot.com/paw/doc/auth/ssl-client-certificates

+2
source

All Articles