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...
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to