Last active
August 27, 2019 11:19
-
-
Save ertugrulozcan/87d008ccc6027e1dbeeecefbe0d84784 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ telnet info.cern.ch 80 | |
| > Connection 1 Establishment - TCP Three-Way Handshake | |
| > Connected to 0.0.0.0 | |
| --Request-- | |
| GET /project.html | |
| --Response-- | |
| <html> | |
| A very simple HTML page | |
| </html> | |
| > Connection 1 Closed - TCP Teardown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment