XMLHttpRequest User Identification Request

Talk about add-ons and extension development.
Post Reply
Diamanti
Posts: 778
Joined: June 12th, 2008, 9:02 am

XMLHttpRequest User Identification Request

Post by Diamanti »

Do it is possible to choice a personal certificate in a web site programmatically when use XMLHttpRequest?
lithopsian
Posts: 3664
Joined: September 15th, 2010, 9:03 am

Re: XMLHttpRequest User Identification Request

Post by lithopsian »

I don't think you can work with certificates from XHR. Firefox picks the certificate itself, or not and will then fail the request. I don't think it even goes into the certificate management dialogs.
Diamanti
Posts: 778
Joined: June 12th, 2008, 9:02 am

Re: XMLHttpRequest User Identification Request

Post by Diamanti »

IE have it:

oHTTP.SetClientCertificate "Common Name"
'oHTTP.SetClientCertificate("LOCAL_MACHINE\Personal\My Middle-Tier Certificate")
Post Reply