HTTPS from the comandline

David Bovill david at openpartnership.net
Sat May 12 10:16:12 EDT 2007


Using the "curl" command line tool seems to be easy and working well for
https and http posts - it is installed by default on linux and OSX machines
- how about windows?

    put "curl -d" && kwote(postData) && someURL into someShell
    put shell(someShell) into theResult
    delete line 1 to 3 of theResult
    put theResult

The "-d" option is for "post" - see
http://curl.haxx.se/docs/httpscripting.html and
http://curl.haxx.se/docs/manual.html for examples...



More information about the use-livecode mailing list