Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to I specify https with Http.Connect()?
#1
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!


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)