|
Forward is the forwarding request, which is processed internally by the server.The address displayed on the page is still the address originally requested.
sendRedirect sets the 302 header and then sends it to the browser.After the browser receives the 302 request, it sends a request to the redirected page again. |
|