[racket] web server: CRUD put/delete?
On 12/4/2014 11:54 PM, Jon Zeppieri wrote:
> The part about HTML forms is true. From the HTML 5 spec:
> [https://html.spec.whatwg.org/multipage/forms.html#attr-fs-method].
> There are also various discussions about this, like
> [http://programmers.stackexchange.com/a/211790].
Thanks! That was interesting reading. Like I said, browser stuff is
not my bailiwick.
> My XHR tests against Jay's code (using a Safari's JS console) work fine:
Yeah. I was able to trigger the correct dispatch behavior using curl.
There is something weird going on with Dojo's XHR - at least with the
PUT - but that is my problem to solve.
Thanks again for the enlightenment.
George