Improve texts to avoid confusion.
This commit is contained in:
parent
84029345b4
commit
cb2c99d38d
@ -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?
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user