Call WCF web service with wsHttpbinding and x509 certificate using javascript or jQuery

I am writing a web application and I need to use an existing web service. This web service uses certificate wsHttpBindingand x509.

I looked all over the Internet but did not find a working solution.

Can someone help me with this?

+3
source share
1 answer

The client certificate will be selected by the browser when it is connected. JavaScript and jQuery don't talk much about this.

Firefox (), , (Preferences → Advanced → Encryption → Certificates). , " ", JavaScript.

, ( ), .

+1

All Articles