Skip to content

Commit

Permalink
Improve texts to avoid confusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
peter17 authored and aolle committed Dec 14, 2023
1 parent 8402934 commit cb2c99d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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?
2 changes: 1 addition & 1 deletion src/main/resources/lessons/httpbasics/html/HttpBasics.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cb2c99d

Please sign in to comment.