Bug 17570

Summary: 307 Temporary Redirect not handled correctly for HTTP POST
Product: WebKit Reporter: Brad Kish <brad.kish>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Brad Kish 2008-02-27 10:48:09 PST
If a 307 Temporary Redirect is received in response to a POST, the browser should attempt to repeat the POST at the new temporary location. The user should be notified and allowed to abort this redirect.

Currently a 307 is being treated like a 302 or 303 where it changes the method of the original request and uses a GET on the new temporary location.

This is status code is handled by other modern browsers.
Comment 1 Mark Rowe (bdash) 2008-02-27 11:50:30 PST

*** This bug has been marked as a duplicate of 11118 ***