Re: urlencoded-post

I think that the text is correct. It just means that the
`application/x-www-form-urlencoded` content is in the request body.

See this example on MDN where an `application/x-www-form-urlencoded` POST
is described:

    https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST

-Erik

On Wed, Apr 15, 2020 at 1:34 PM Steven Pemberton <steven.pemberton@cwi.nl>
wrote:

> Well, how long have we missed this? (It's also in XForms 1.1):
>
> "11.3.1.2 The post, multipart-post, form-data-post, and urlencoded-post
> Submission Methods
> The serialized form data is delivered as the message body."
>
> This is not true for urlencoded-post, where the serialized data is in the
> URL like with GET...
>
> Steven
>
>

Received on Thursday, 16 April 2020 05:51:08 UTC