posted 14 years ago
Hello,
I have some confusion.
Suppose, one page with "login" link on it.
We press the link and (1) GET request sent and server responded with login page.
We fill the form and press login button and (2) POST request sent, and if login will successful then server redirects a page with some user information with (3) GET request.
So, here request history like this according to number (1) GET, (2) POST, (3) GET.
Now, we press "Back" of browser, then why do browser sent (1) GET? why not (2) POST.