small fix for CSRF content type lesson descrption
This commit is contained in:
parent
9aa674e326
commit
5d28ef9fbe
@ -8,11 +8,11 @@ In this assignment you need to achieve to POST the following JSON message to our
|
|||||||
|
|
||||||
[source]
|
[source]
|
||||||
----
|
----
|
||||||
POST /csrf/feedback HTTP/1.1
|
POST /csrf/feedback/message HTTP/1.1
|
||||||
|
|
||||||
{
|
{
|
||||||
"name" : "WebGoat",
|
"name" : "WebGoat",
|
||||||
"email" : "webgoat@webgoat.org"
|
"email" : "webgoat@webgoat.org",
|
||||||
"content" : "WebGoat is the best!!"
|
"content" : "WebGoat is the best!!"
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
Loading…
x
Reference in New Issue
Block a user