12-05-2013, 11:42 PM
Hi -
I've tried
h.Connect('hostname.xyz.org:443")
and
h.Connect("hostname.xyz.org" 0 0 443)
but when I look at the URL in Fiddler this is what I see:
POST http://hostname.xyz.org:443/webservice/GetXTicket HTTP/1.1
Content-Type: application/x-www-form-urlencoded
User-Agent: Quick Macros
Host: hostname.xyz.org:443
Content-Length: 45
Pragma: no-cache
How do I specify HTTPS instead of HTTP?
Thanks!
I've tried
h.Connect('hostname.xyz.org:443")
and
h.Connect("hostname.xyz.org" 0 0 443)
but when I look at the URL in Fiddler this is what I see:
POST http://hostname.xyz.org:443/webservice/GetXTicket HTTP/1.1
Content-Type: application/x-www-form-urlencoded
User-Agent: Quick Macros
Host: hostname.xyz.org:443
Content-Length: 45
Pragma: no-cache
How do I specify HTTPS instead of HTTP?
Thanks!