request and post

J. Landman Gay jacque at hyperactivesw.com
Sat Dec 5 16:45:18 EST 2009


Thomas McGrath III wrote:
> I was playing around with TileStack again and noticed in these two 
> separate stacks a "request" command and a "post" command. I was 
> wondering what the equivalent would be for revLets?

It should be the same as always, though I haven't tested it from a revlet:

(for requests):
get url "http://whatever.com/"& fld "whatever"
put it

(for posts):
post "myData" to url "http://whatever.com/"
put it -- the server response

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list