Re: <form method="GET|POST|PUT|DELETE" />

Alan Dean wrote:
> Julian,
> 
> How would the browser know if the parameters should be sent to the
> querystring (GET and DELETE) or encoded in the message body (POST and
> PUT) if any value is allowed?
> 
> For example: what should the browser do with <form method="FOO" />?
> ...

It wouldn't. Seems that in order to make this generic, the user agent 
would need additional information (new attribute?).

Best regards, Julian

Received on Thursday, 10 May 2007 13:04:01 UTC