-
Gino Verbeke
- PowerBuilder
- Monday, 17 March 2025 03:28 PM UTC
We use the httpclient.
>>
inv_HttpClient.ClearRequestHeaders()
inv_HttpClient.SetRequestHeader( "accept", 'text/xml')
inv_HttpClient.SetRequestHeader( "Content-Type", "text/xml")
inv_HttpClient.SetRequestHeader( "SOAPAction", "#POST")
inv_HttpClient.SetClientCert(is_certificate, is_privatekey)
li_rc = inv_HttpClient.sendrequest( as_method, as_url, as_send )
inv_HttpClient.ClearClientCert ()
<<
The problem we have is that with every call to the SetClientCert a file is created under
C:\Users\xxx\AppData\Roaming\Microsoft\Crypto\RSA\...
That file remains there - is not deleted by the ClearClientCert(), nor when we destroy the httpclient, nor when we close the application...
So the number of files keeps on incrementing...
What/how do we have to handle this? Any suggestions?
It's 'normal' that those type of files are being generated by the SetClientCert() function?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.