Skip to content

Instantly share code, notes, and snippets.

@mttr
Created November 26, 2014 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mttr/de21c54f593034959862 to your computer and use it in GitHub Desktop.
Save mttr/de21c54f593034959862 to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<!-- Run with nc -l 8000 -->
<form action="http://localhost:8000" method=get id="foo">
<input name=bar type=checkbox checked>
<input name=baz value="baz1" type=radio checked>
<input name=baz value="baz2" type=radio>
<input type=text name=bye value="hi!">
<input type=text name=empty value="">
<input type=text name=reallyempty>
<input type=submit>
<input type=reset>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment