Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b845591 commit f8ace43Copy full SHA for f8ace43
components/http_foundation/introduction.rst
@@ -496,9 +496,9 @@ to ``application/json``.
496
as the outer-most array to ``JsonResponse`` and not an indexed array so
497
that the final result is an object (e.g. ``{"object": "not inside an array"}``)
498
instead of an array (e.g. ``[{"object": "inside an array"}]``). Read
499
- the `OWASP guidelines`_ for more information.
500
-
501
- Only methods that respond to GET requests are vulnerable to XSSI 'JSON Hijacking'.
+ the `OWASP guidelines`_ for more information.
+
+ Only methods that respond to GET requests are vulnerable to XSSI 'JSON Hijacking'.
502
Methods responding to POST requests only remain unaffected.
503
504
JSONP Callback
0 commit comments