nc
Use
nc example.org 80
What It Does
nc opens a raw TCP connection.
Practice
Use it to understand that HTTP is text sent over a connection.
Watch Out
Manual HTTP requests are unforgiving. One blank line can matter.
Linux Foundationsnc example.org 80
nc opens a raw TCP connection.
Use it to understand that HTTP is text sent over a connection.
Manual HTTP requests are unforgiving. One blank line can matter.