You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ASP.NET AJAX library uses the "d" parameter formatting for JSON data. This forces the data in the example to appear in the following form:
{"d" : "bankaccountnumber", "$1234.56" }
May I suggest MongoStreamingOutput could be changed to add escaping characters:
This prevents a type of JSON attack, described here http://docs.angularjs.org/api/ng.$http (see heading 'JSON Vulnerability Protection')
The text was updated successfully, but these errors were encountered: