Last active
November 23, 2018 07:04
-
-
Save notthetup/b51674eb6175b5812c1a50eb01f823fe to your computer and use it in GitHub Desktop.
World's dumbest HTTP client
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
echo "GET / HTTP/1.1\r\n\r\n" | nc 192.168.0.62 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment