diff --git a/webgoat-lessons/http-basics/src/main/resources/lessonPlans/en/HttpBasics_content1.adoc b/webgoat-lessons/http-basics/src/main/resources/lessonPlans/en/HttpBasics_content1.adoc index 2a86d7af8..38ca4125e 100644 --- a/webgoat-lessons/http-basics/src/main/resources/lessonPlans/en/HttpBasics_content1.adoc +++ b/webgoat-lessons/http-basics/src/main/resources/lessonPlans/en/HttpBasics_content1.adoc @@ -1,8 +1,8 @@ -Enter your name in the input field below and press "Go!" to submit. The server will accept the request, reverse the input and display it back to the user, illustrating the basics of handling an HTTP request. - -The user should become familiar with the features of WebGoat by manipulating the above buttons to view hints, show the HTTP request parameters, the HTTP request cookies, and the Java source code. You may also try using OWASP ZAP Attack Proxy to see the HTTP data. +Enter your name in the input field below and press "Go!" to submit. The server will accept the request, reverse the +input and display it back to the user, illustrating the basics of handling an HTTP request. == Try It! -Enter your name in the input field below and press "Go!" to submit. The server will accept the request, reverse the input and display it back to the user, illustrating the basics of handling an HTTP request. \ No newline at end of file +Enter your name in the input field below and press "Go!" to submit. The server will accept the request, reverse the input +and display it back to the user, illustrating the basics of handling an HTTP request. \ No newline at end of file