hushtech
2006-11-09 23:36:02 UTC
Can anyone tell me how to use the internet_flag_ignore_cert_cn_invalid
flag etc when POSTing using Internet Transfer Control as follows:
url = "https://somesite.com"
args = "?mode=auto&account=" + acct + "&password=" + pw
strHeader = "Content-type: application/x-www-form-urlencoded" & vbCrLf
InetGateway.Execute url, "POST", args, strHeader
I need to ignore an expired Certificate, or if possible -- how do I handle
the Certificate? Currently (since I don't deal with the Certificate ) the
request fails.
thanks -- jack
flag etc when POSTing using Internet Transfer Control as follows:
url = "https://somesite.com"
args = "?mode=auto&account=" + acct + "&password=" + pw
strHeader = "Content-type: application/x-www-form-urlencoded" & vbCrLf
InetGateway.Execute url, "POST", args, strHeader
I need to ignore an expired Certificate, or if possible -- how do I handle
the Certificate? Currently (since I don't deal with the Certificate ) the
request fails.
thanks -- jack