postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.82k stars 838 forks source link

PKCS11 or MSCAPI interface in the Postman App #2327

Open pvdev opened 8 years ago

pvdev commented 8 years ago

Any work or possibility of supporting a PKCS11 or MSCAPI interface in the Postman App? Looking to support test with TLS mutual authentication where the client has smartcard. Works using the browser extension which uses the MSCAPI, but was hoping to use the same test suite in the App.

Postman App version 4.7.1 win32 6.1.7601 / ia32

Thanks, Perry

ctalluri commented 5 years ago

Any update on this?

rogeruiz commented 1 year ago

hi! I'm curious if there's any update on this for the roadmap in 2023? 🤞🏽

ale-rinaldi commented 4 months ago

As a workaround, you may consider using https://github.com/porech/pkcs11-web-proxy to play locally with an API behind PKCS#11 authentication with any tool you like without thinking about authentication.