Open niloy opened 9 years ago
On Server run nc -l 9443 to run a simple server on port 9443.
nc -l 9443
On Client, run curl example.com:9443.
curl example.com:9443
The server should display HTTP headers if the port is open.
On Server run
nc -l 9443
to run a simple server on port 9443.On Client, run
curl example.com:9443
.The server should display HTTP headers if the port is open.