From 2eaf263e81c5ff236368122a3353a68cfa26cd22 Mon Sep 17 00:00:00 2001 From: Johannes Egger Date: Fri, 14 Jun 2019 14:56:10 +0200 Subject: [PATCH] Improve task description for HTTP proxy lesson --- .../main/resources/lessonPlans/en/HttpBasics_ProxyIntro5.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/HttpBasics_ProxyIntro5.adoc b/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/HttpBasics_ProxyIntro5.adoc index db925accf..f55a64ece 100644 --- a/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/HttpBasics_ProxyIntro5.adoc +++ b/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/HttpBasics_ProxyIntro5.adoc @@ -19,7 +19,7 @@ modify it as follows. * Change the Method to GET * Add a header 'x-request-intercepted:true' -* Change the input value 'changeMe' to 'Requests are tampered easily' (without the single quotes) +* Remove the request body and instead send 'changeMe' as query string parameter and set the value to 'Requests are tampered easily' (without the single quotes) Then let the request continue through (by hitting the play button).