Finish wireshark HTTP
This commit is contained in:
parent
5cbd58d190
commit
60abae66b2
1 changed files with 13 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
\item What is the status code returned from the server to your browser?
|
||||
|
||||
The GET ``ok'' response indicates a 200 status code.
|
||||
The GET ``OK'' response indicates a 200 status code.
|
||||
|
||||
\item When was the HTML file that you are retrieving last modified at the server?
|
||||
|
||||
|
@ -122,6 +122,18 @@
|
|||
|
||||
\subsection{HTTP Authentication}
|
||||
|
||||
\begin{enumerate}\setcounter{enumi}{16}
|
||||
|
||||
\item What is the server's response (status code and phrase) in response to the initial HTTP GET message from your browser?
|
||||
|
||||
The response is 401 --- Authorization Required.
|
||||
|
||||
\item When your browser sends the HTTP GET message for the second time, what new field is included in the HTTP GET message?
|
||||
|
||||
There is an \texttt{Authorization: Basic} field in the GET header.
|
||||
|
||||
\end{enumerate}
|
||||
|
||||
\section{DNS}
|
||||
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in a new issue