79611575

Date: 2025-05-08 01:03:59
Score: 0.5
Natty:
Report link

You need to explitely add the allowed origins to your settings after activating cors-headers. Add this to settings.py :

CORS_ALLOWED_ORIGINS = ["https://project.mydomain.com"] # This is your frontend's url

It will let your frontend receive the response.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Marianne