-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Using certificates with RestMan #26
Comments
Let me see if I get this right, what you want is something like this: https://www.getpostman.com/docs/v6/postman/sending_api_requests/certificates, right? |
Yes, this is basically it I think. For some applications I need to authenticate my request with a client certificate. Now for example when sending requests in Postman with a client certificate configured, it should essentially do the same thing. |
I can't promise anything right now (a bit short on time lately) but that would be very useful... If you want to give it a try PRs are very welcome :) |
I made some UI changes. #27 |
Is there a way to use certificates in requests just like with
curl --cert certificatefile.pem
?This might be useful for certain applications.
The text was updated successfully, but these errors were encountered: