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

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -