Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Digital Certificate

Status
Not open for further replies.

maddy41

Programmer
Dec 7, 2004
13
GB
Hi i am trying to provide my digital certificate to identify my pc to a server i am posting an xml file but i cant get it to work any ideas.

_________CODE_____________________________
'Set method, url, async
xmlHTTP.open("POST", strURL, False)
'Certificate holds path to certificate
xmlHTTP.send(Certificate)
'Set method, url, async
xmlHTTP.open("POST", strURL, False)
'Send xml document
xmlHTTP.send(xmlDoc.xml)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top