79339648

Date: 2025-01-08 15:03:44
Score: 1.5
Natty:
Report link

The problem lies in how request.GET parses the query string. It treats the entire JSON-like structure as a single key-value pair instead of nested JSON. The incoming query string is URL-encoded, and Django decodes it without recognizing it as JSON.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vitaliy Desyatka