Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with http.Connect & http.Post
#2
not tested

Macro Macro2738
Code:
Copy      Help
typelib WinHttp {662901FC-6951-4854-9EB2-D9A2570F2B2E} 5.1

str url="http://myblog.post/?lftoken=xyz"
WinHttp.WinHttpRequest r._create
r.Open("POST" url)
r.Send("Hello")


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)