Kolam Ayer MakersLinux Foundations

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.