在localhost请求上没有'Access-Control-Allow-Origin'

时间:2016-09-26 09:33:11

标签: angularjs django django-rest-framework django-allauth django-cors-headers

我实现了django-allauth,来自/ accounts的默认模板工作正常。但是当我实现自定义模板并从angular调用url / accounts / google / login时会抛出错误

No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:9000' is therefore not allowed access.

我在django 1.10中运行我的服务器。

我尝试实现django-cors-middleware但它仍然会引发同样的错误。

是否有方法或自定义中间件来修复它?

0 个答案:

没有答案