WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
106469
303 See Other does not perform redirection with GET after PUT
https://bugs.webkit.org/show_bug.cgi?id=106469
Summary
303 See Other does not perform redirection with GET after PUT
webkit.bugzilla
Reported
2013-01-09 10:21:35 PST
RFC 2616: "The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource." Performing a PUT request to a URL which then yields a 303 See Other redirection response, then repeats the same request to the new location with the PUT method. May also affect other non-POST methods. Confirmed in WebKit 534.34 on OSX.
Attachments
Add attachment
proposed patch, testcase, etc.
webkit.bugzilla
Comment 1
2013-01-09 10:31:23 PST
This is with XMLHttpRequest. I've not confirmed the general case.
Alexey Proskuryakov
Comment 2
2013-01-10 10:43:53 PST
Do other browsers follow the spec here? Do you have an example web page we could easily test with?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug