Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: json").error(errorHandler); jQuery.param({email: "example@test.com", password: "password"}) ==> "email=example%40test.com&password=password" $.ajax({ type: 'POST', contentType: "application/json", url: url, data: $.param({email: "example@test.com", password: "password"}), success: onSuccess, error: onError, dataType: "json" }); Source: http://pastebin.com/raw.php?i=K5s9kJbr
↧