Challenge 3: First setup completed

This commit is contained in:
Nanne Baars
2017-04-08 22:15:58 +02:00
parent 9bc219e931
commit cebf74cd10
12 changed files with 409 additions and 64 deletions

View File

@ -7,8 +7,9 @@ webgoat.customjs.register = function () {
return xml;
}
webgoat.customjs.registerJson = function () {
var json = '{' +
' "user":' + '"test"' +
var json;
json = '{' +
' "user":' + '"test"' +
' "password":' + '"test"' +
'}';
return json;