“t-headers de django” Réponses codées

t-headers de django

$ pipenv install django-cors-headers
# or
$ pip install django-cors-headers
Salo Hopeless

t-headers de django

CORS_ALLOWED_ORIGINS = [
    "https://example.com",
    "https://sub.example.com",
    "http://localhost:8080",
    "http://127.0.0.1:9000"
]
Innocent Ibis

Access-Control-Allow-Origin Django

CORS_ORIGIN_WHITELIST = (
    'google.com',
    'hostname.example.com'
)
Relieved Rattlesnake

t-headers de django

python -m pip install django-cors-headers
Innocent Ibis

t-headers de django

INSTALLED_APPS = [
    ...
    'corsheaders',
    ...
]
Innocent Ibis

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code