Re: HTTP PUT?

2017-10-06 Thread Mark Waddingham via use-livecode

On 2017-10-06 15:38, Ben Rubinstein via use-livecode wrote:

We can perform an HTTP GET using "get URL xxx"

We can perform an HTTP POST using "post yy to xxx"

How can we perform an HTTP PUT?


Using 'put':

  put zz into url xxx

Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


HTTP PUT?

2017-10-06 Thread Ben Rubinstein via use-livecode

We can perform an HTTP GET using "get URL xxx"

We can perform an HTTP POST using "post yy to xxx"

How can we perform an HTTP PUT?

TIA,

Ben

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


HTTP PUT?

2011-12-01 Thread Terry Judd
I've got GET and POST covered, but how do I go about constructing and sending a 
HTTP PUT request from Livecode (I need to communicate with a RESTful service)? 
Any pointers welcome.

Cheers,

Terry...

Dr Terry Judd
Senior Lecturer in Medical Education
Medical Eduction Unit
Faculty of Medicine, Dentistry  Health Sciences
The University of Melbourne



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: HTTP PUT?

2011-12-01 Thread Terry Judd
I should have read the dictionary more closely. Looks like Livecode's put 
command does work with HTTP so long the server supports it.

Terry...

On 01/12/2011, at 10:37 PM, Terry Judd wrote:

I've got GET and POST covered, but how do I go about constructing and sending a 
HTTP PUT request from Livecode (I need to communicate with a RESTful service)? 
Any pointers welcome.



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode