Improve task description for HTTP proxy lesson

This commit is contained in:
Johannes Egger 2019-06-14 14:56:10 +02:00 committed by Nanne Baars
parent 41f252970b
commit 2eaf263e81

View File

@ -19,7 +19,7 @@ modify it as follows.
* Change the Method to GET * Change the Method to GET
* Add a header 'x-request-intercepted:true' * 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). Then let the request continue through (by hitting the play button).