Communicate with server using PUT
J. Landman Gay
jacque at hyperactivesw.com
Wed Jun 26 19:07:56 EDT 2013
That's an idea, thanks.
I'm having trouble actually doing the PUT. I need to send a string like
this:
http://domain.com/page?thing=one&other=two&somethingelse=three
What's the proper way to format that? Should I be using this:
put "thing=one&other=two&somethingelse=three" into url
"http://domain.com/page"
Or should I use "get URL" with the full URL? Both ways are returning errors.
On 6/26/13 5:53 PM, Monte Goulding wrote:
> you should be able to check the libURLLastRHHeaders.. unless you are
> talking about mobile... actually there's no put on mobile anyway...
>
> On 27/06/2013, at 8:48 AM, "J. Landman Gay"
> <jacque at hyperactivesw.com> 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
More information about the use-livecode
mailing list