它工作得很完美,但有一段时间我已经停止了这个项目的工作。我正在向我的服务器发送一个delete请求,它给出了这个Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://abc.dev/users/users/18. (Reason: CORS preflight channel did not succeed).(unknown)
该API是用Yii框架编写的。我正在使用火狐的CORS扩展,我的GET, POST方法工作得很好,但我的DELETE方法