Communicate with server using PUT

Trevor DeVore lists at mangomultimedia.com
Wed Jun 26 19:52:43 EDT 2013


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.

-- 
Trevor DeVore

On Wednesday, June 26, 2013, J. Landman Gay wrote:

> I need to send data to a server and they want me to use PUT instead of
> POST. I also need to get a verification afterward to know whether the
> transaction succeeded or not. The docs aren't clear on that, it just says
> errors are reported in the result.
>
> Before I spend too much time on this, does a PUT also provide a response
> in the result?
>
> --
> Jacqueline Landman Gay         |     jacque at hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com
>
> ______________________________**_________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/**mailman/listinfo/use-livecode<http://lists.runrev.com/mailman/listinfo/use-livecode>
>



More information about the use-livecode mailing list