Skip to content

Instantly share code, notes, and snippets.

@ayakix
Last active April 11, 2018 06:08
Show Gist options
  • Save ayakix/1aa4ccd484230ec32ca47fd85517f63d to your computer and use it in GitHub Desktop.
Save ayakix/1aa4ccd484230ec32ca47fd85517f63d to your computer and use it in GitHub Desktop.
Debug Http Request
while true; do ( echo "HTTP/1.0 200 Ok"; echo; echo "ok" ) | nc -l 8000; [ $? != 0 ] && break; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment