mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-20 15:38:03 +00:00
Deployed d42a09c with MkDocs version: 1.1.2
This commit is contained in:
@@ -1036,7 +1036,7 @@ curl linkedin.com -v
|
||||
* Connection #0 to host linkedin.com left intact
|
||||
* Closing connection 0
|
||||
</code></pre>
|
||||
<p>Here, in the first line GET is the verb, / is the path and 1.1 is the HTTP protocol version. Then there are key value pairs which give client capabilities and some details to the server. The server responds back with HTTP version, Status Code and Status message. Status codes 2xx means success, 3xx denotes redirection, 4xx denotes client side errors and 5xx server side errors.</p>
|
||||
<p>Here, in the first line GET is the verb, / is the path and 1.1 is the HTTP protocol version. Then there are key value pairs which give client capabilities and some details to the server. The server responds back with HTTP version, <a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes">Status Code and Status message</a>. Status codes 2xx means success, 3xx denotes redirection, 4xx denotes client side errors and 5xx server side errors.</p>
|
||||
<p>We will now jump in to see the difference between HTTP/1.0 and HTTP/1.1. </p>
|
||||
<pre><code class="language-bash">#On the terminal type
|
||||
telnet www.linkedin.com 80
|
||||
|
||||
Reference in New Issue
Block a user