c# - Chrome Postman add a certificate to the request sent to a service -
is possible pass certificate in request being sent postman? need postman send request service when service receives httprequestmessage(request) , request.getclientcertificate(), certificate being sent postman request.
i noticed if enter https url, postman gives pop-up certificates installed on computer, allows select certificate , attach request. service received request able request.getclientcertificate() , certificate in request.
Comments
Post a Comment