Re: Issue 160 (Redirects and non-GET methods)

On 30.09.2010 03:16, Adam Barth wrote:
> ...
> Would a reasonable solution be to say that the user agent MAY change
> the method to GET.  Servers that desire predictable behavior from user
> agents w.r.t. method rewriting SHOULD use 303 or 307.
> ...

Well, it may not change HEAD to GET, because that screws up the message 
framing in the response.

So, my preference still is MAY rewrite POST to GET, and SHOULD use 307 
when rewriting POST to GET would be a problem.

Best regards, Julian

Received on Thursday, 30 September 2010 07:47:39 UTC