Re: DELETE url

2019-07-06 Thread J. Landman Gay via use-livecode
This has been a fascinating discussion and you guys have been very helpful. Gotta thank Charles for the ready-made handler and Stephen for the even shorter one. I read Charles' first and told the Rails programmer that I could indeed send DELETE but it would take some scripting I'd never used

Re: DELETE url

2019-07-06 Thread Dar Scott via use-livecode
Oh, RFC2616 is so twentieth century. However, RFC7231 HTTP/1.1 agrees with the responses: 200 (OK), 202 (Accepted), or 204 (No Content). It does have a couple examples that seems to indicate that DELETE might be used for logout, should one have imagination: DELETE might be used to