django-cors-headers not work

后端 未结 13 1439
情深已故
情深已故 2020-12-29 04:10

django-cors-headers not work

INSTALLED_APPS = (
    \'django.contrib.admin\',
    \'django.contrib.auth\',
    \'django.contrib.contenttypes\',
    \'django.         


        
13条回答
  •  醉酒成梦
    2020-12-29 04:42

    django-cors-headers works perfectly for handling CORS policy issue.

    After doing the above steps, just try to clear browser cache or try making same request in chrome(incognito) or firefox(private window).

提交回复
热议问题