django-cors-headers not work

后端 未结 13 1404
情深已故
情深已故 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).

    0 讨论(0)
提交回复
热议问题