Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to I specify https with Http.Connect()?
#2
Both Connect forms are correct.

Example
Http h
h.Connect("hostname.xyz.org" 0 0 443)
h.PostAdd("x" "y")
h.PostFormData("/webservice/GetXTicket")

Fiddler should see
POST /webservice/GetXTicket HTTP/1.1
...


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)