Feb 24, 2017 · 1 min read
Sorry, whoever wrote this is wrong: “So: Yes, the web page transmits the data. But the server is responding with HTTP 302 (REDIRECT) which basically means ‘go somewhere else.’ It usually means that the data isn’t being processed [..]”
A redirect after a POST does not *at all* imply that the data isn’t being processed. It’s an intentional, widely-employed technique that should be familiar to experienced web developers:
