small fix for CSRF content type lesson descrption

This commit is contained in:
miig 2018-03-14 21:52:18 +01:00 committed by Nanne Baars
parent 9aa674e326
commit 5d28ef9fbe

View File

@ -8,11 +8,11 @@ In this assignment you need to achieve to POST the following JSON message to our
[source]
----
POST /csrf/feedback HTTP/1.1
POST /csrf/feedback/message HTTP/1.1
{
"name" : "WebGoat",
"email" : "webgoat@webgoat.org"
"email" : "webgoat@webgoat.org",
"content" : "WebGoat is the best!!"
}
----