Comment 1 for bug 497274

Revision history for this message
Martin Pool (mbp) wrote :

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6
> 10.4.6 405 Method Not Allowed
>
> The method specified in the Request-Line is not allowed for the resource identified by the Request-URI. The response MUST include an Allow header containing a list of valid methods for the requested resource.

istm this would be reasonable to treat as TransportNotPossible, making sure that error includes the method and url. You might expect to get this on a post but in fact google seems to also serve it for a GET on an unexpected url.