I use Postman to send POST and GET requests, and when sending the first request I will get a list of imported certificates from which I can choose which one to use. Is it possible to get Postman to force me to select a certificate every time I send a request (or indicate which request uses a different certificate, for example, in soapUI, in case I run the collection)? I would like to send two identical requests, where one is sent with certificate A and the other with certificate B and parses the responses. Right now I could do this with closing the client and re-opening it, but there seems to be a lot of noise for ~ 100 requests.
source
share