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)
_________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)