URL:
http://localhost:8080/auth/jsp/
Here are the requests headers as it will be send by the browser, and the responses headers as it will be send back by Tomcat:
-
First, the browser will send these headers as part of the request:
-
Second, Tomcat will send back these headers as part of the response (200 OK):
-
When you fill your username/password and you submit the form, the browser will send these headers as part of the request:
-
Then Tomcat will send back these headers as part of the response (200 OK + URL redirection):
-
Then the browser will send these headers as part of the request:
-
And then Tomcat will send back these headers as part of the response (200 OK):