Improve texts to avoid confusion.

This commit is contained in:
Peter Potrowl 2023-12-14 18:14:50 +01:00 committed by Àngel Ollé Blázquez
parent 84029345b4
commit cb2c99d38d
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
== The Quiz
What type of HTTP command did WebGoat use for this lesson. A POST or a GET.
What type of HTTP verb does WebGoat use when submitting the form in this lesson? A POST or a GET?

View File

@ -64,7 +64,7 @@
<input type="hidden" name="magic_num" id="magic_num" value="foo" />
<table>
<tr>
<td>Was the HTTP command a POST or a GET:</td>
<td>Is this form sending a POST or a GET:</td>
<td><input name="answer" value="" type="TEXT" /></td>
<td></td>
</tr>