Communicate with server using PUT

J. Landman Gay jacque at hyperactivesw.com
Wed Jun 26 21:33:49 EDT 2013


On 6/26/13 6:52 PM, Trevor DeVore wrote:
> put theData into URL "
> http://somedomain.com/page.php?value1=value&value2=value"
>
> The above will send data to a server using PUT.
>
> The result will return error messages. If you want data returned by the
> server use the urlresponse.
>

That's how I first started, using "put", but I think I had the content 
wrong. What goes into "theData"? In this case, the parameter values are 
the data. Should I just do "put empty into url http://blah blah"?

The urlresponse is just what I was looking for, thanks much for that.

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




More information about the use-livecode mailing list