DELETE, PUT http
Mark Schonewille
m.schonewille at economy-x-talk.com
Sun Apr 22 12:07:27 EDT 2012
Hi Trevor and others,
I just looked into "put into url" again and found out that you need to configure your server to make it work. Apparently, you can't do this in a .htaccess or php.config file but you need to do this at a higher level. Currently, I have no server that I can configure this way. I wonder if anyone has got this working?
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
We will have room for new projects after 1 June. Contact me now and be first in line.
On 4 apr 2011, at 15:52, Trevor DeVore wrote:
>
> I don't think it is new as I found out about support a while ago (at least
> 4.x, probably 3.x). I don't have 4.0 installed any longer though so I can't
> confirm that at the moment.
>
> How was your test set up? Below are the results I see in the field targeted
> by libURLSetLogField when executing a PUT or DELETE call.
>
> Testing PUT:
>
> put "what" into url "http://google.com"
>
> *********************
> PUT / HTTP/1.1
> Host: google.com
> User-Agent: LiveCode (MacOS)
> Content-Length: 4
> Content-Type: application/x-www-form-urlencoded
>
>
> HTTP/1.1 405 Method Not Allowed
> Content-Type: text/html; charset=UTF-8
> Content-Length: 1390
> Date: Mon, 04 Apr 2011 13:47:26 GMT
> Server: GFE/2.0
> Connection: close
> *********************
>
> Testing DELETE:
>
> delete url "http://google.com"
>
> *********************
> DELETE / HTTP/1.1
> Host: google.com
> User-Agent: LiveCode (MacOS)
>
>
> HTTP/1.1 405 Method Not Allowed
> Content-Type: text/html; charset=UTF-8
> Content-Length: 1393
> Date: Mon, 04 Apr 2011 13:49:35 GMT
> Server: GFE/2.0
> *********************
More information about the use-livecode
mailing list