Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <html>
  2. <body>
  3. <form action="http://example.com" method="get">
  4.     User: <input type="text" name="username" /><br/>
  5.     Password: <input type="password" name="password" /><br/>
  6.     <input type="hidden" name="extra" value="lolcatz" />
  7.     <input type="submit"/>
  8. </form>
  9. </body>
  10. </html>