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 3842f59 commit b845591Copy full SHA for b845591
components/http_foundation/introduction.rst
@@ -496,7 +496,10 @@ 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.
+ the `OWASP guidelines`_ for more information.
500
+
501
+ 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
505
~~~~~~~~~~~~~~
0 commit comments