LiveCode Server latency causing empty results

Mike Bonner bonnmike at gmail.com
Fri Aug 7 13:14:34 EDT 2015


put "name1=value1&name2=value2&name3=value3" into tPost
post tPost to URL <whatever.Url.com>

Its also handy to use liburlformdata to build your post string
also liburlmultipartformdata and liburlmultipartformaddpart

On Fri, Aug 7, 2015 at 10:56 AM, Roger Eller <roger.e.eller at sealedair.com>
wrote:

> I want to try POST, but I don't know how to feed it my list as a parameter
> without having a form involved.  Any examples of POST without a html form
> would be helpful.
>
> ~Roger
>
>
> On Thu, Aug 6, 2015 at 2:38 PM, Mike Bonner <bonnmike at gmail.com> wrote:
>
> > Not sure it'll make a difference, but have you considered using POST
> rather
> > than get?
> >
> >
> _______________________________________________
> 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
>



More information about the use-livecode mailing list