post
-
command
-
Send data to a URL using the HTTP POST method. If the data to be posted is a property list, it will be properly encoded before being posted.
-
Examples: +
post "search?q=ice+cream&ie=UTF-8" to url "<a href="http://www.google.com" class="l0">http://www.google.com</a>"
post (name:"Ginger", pwd:"hinky2") to url "<a href="http://login.snuffle.com" class="l0">http://login.snuffle.com</a>"
-
Related: post multipart, post xmlrpc, url