postmanlabs / curl-to-postman

Converts curl requests to Postman Collection v2 request objects
Apache License 2.0
65 stars 31 forks source link

Feature 'resolve' #62

Open MichelFortes opened 1 year ago

MichelFortes commented 1 year ago

Hey guys.

Curl has a resolve option that we can use to do something like test a valid SSL certificate (mTLS authentication) locally.

curl --resolve my-endpoint.com:443:127.0.0.1 https:my-endpoint.com

It would be great if the postman could do the same. It is possible that a resource like this already exists. if so, I apologize.

Yours sincerely