I want to post data from a RunRev application to a web page that will manipulate them.
Let's say data1, containing "Hello" and data 2 "World"...
How do I setup the httpHeaders property and the data argument in the post instruction?
Where can I find more info about setting up http headers for get/post procedures?

on mouseUp
    put "Hello" into data1
    put "World" into data2
    set the httpHeaders to ???
    post ??? to URL http://www.mysite.org/php/test.php
end mouseUp
 
Thanks in adavance to all!
 
André Rombauts

Reply via email to