GNOME Bugzilla – Bug 586692
Non redirection from POST to GET on 301status code
Last modified: 2009-06-22 22:00:43 UTC
libsoup conforms to the RFC2616 standard by not redirecting a reply from a POST that contains a 301 status code and a valid location (see http://git.gnome.org/cgit/libsoup/commit/?id=325d6c2522b4198a8df342fa3799773a61ccd6dd). However, all browsers (including WebKit flavors that are not using libsoup) seem to redirect to the given location using a GET and some high traffic web sites are still assuming this behavior (instead of sending a 303 status code). For example, using WebKit with the latest (2.27.2) libsoup version, a user is enabled to access his/her amazon.com account: the browser displays a blank page.
fixed in git; we were already doing this for 302, i just didn't notice that the spec says that browsers do this for 301 as well