1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / form_that_posts_to_echoall_nocache.html [blame]

<!DOCTYPE html>
<html>
  <head></head>
  <body>
    <form id="form" method="POST" action="/echoall/nocache">
      <input type="text" name="text" value="value">
      <input type="submit">
    </form>
  </body>
</html>