RE: Livecode Server Post

2019-01-11 Thread Ralph DiMola via use-livecode
, 2019 2:39 AM To: How to use LiveCode Cc: Matthias Rebbe Subject: Re: Livecode Server Post Hi Ralph, i tried here now in the message box with the following lc server script " put "this is the posted value for test:" put "" put $_POST["test"] ?> TIO On-Rev

Re: Livecode Server Post

2019-01-11 Thread Matthias Rebbe via use-livecode
I just noticed, that my email client added the url twice. So please remove the part beginning with https://instamaker.dermattes.de https://winsignhelper.dermattes.de ___ use-livec

Re: Livecode Server Post

2019-01-10 Thread Matthias Rebbe via use-livecode
Hi Ralph, i tried here now in the message box with the following lc server script " put "this is the posted value for test:" put "" put $_POST["test"] ?> TIO On-Rev Commercial Server 7.1 post "test=HELLO" To URL "https://canary.on-rev.com/post.lc " put it T