79359687

Date: 2025-01-15 21:04:08
Score: 0.5
Natty:
Report link

In my case status "200 OK", but no data was due to Django settings:

CORS_URLS_REGEX=r"^/api/.*$"

but my url did not start with /api/. So I need to add my url to CORS_URLS_REGEX expression or comment it out.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: фымышонок