不允许使用 Django CORS 方法
Posted
技术标签:
【中文标题】不允许使用 Django CORS 方法【英文标题】:Django CORS Method not allowed 【发布时间】:2016-05-08 01:10:33 【问题描述】:我使用 django-cors-headers 和 django-rest-framework。
我的前端收到错误:
预检响应:
我用 curl 测试过,一切看起来都很好:
无法理解问题所在。
【问题讨论】:
【参考方案1】:在in the documentation 中解释了 CORS 问题。 简而言之,您正在跨域执行 CORS 保护不允许的调用。
【讨论】:
以上是关于不允许使用 Django CORS 方法的主要内容,如果未能解决你的问题,请参考以下文章
Django Angular cors错误:不允许访问控制允许来源
我正在使用 angularjs 和 django-cors-headers 然后给出“这对于需要预检的跨域请求是不允许的。”