Answers for "django allow cors for django rest framework"

3

django-cors-headers

CORS_ALLOWED_ORIGINS = [
    "https://example.com",
    "https://sub.example.com",
    "http://localhost:8080",
    "http://127.0.0.1:9000"
]
Posted by: Guest on November-21-2020

Code answers related to "django allow cors for django rest framework"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language