-
brianleroux The gist is that the GET part of POST/Redirect/GET is ambiguous in 302 (user agents are technically supposed to POST or other-verb), but it’s defined in 303: user agent must GET, there. It’s belt + suspenders, since agents (all?) do what you want in 302. developer.mozilla.org/en-US/docs/Web/HTTP/Status/302