参考
How to skip the OPTIONS preflight request in AngularJS
在factory定义的function中,加一行:
- $http.defaults.headers.post[@H_301_20@"Content-Type"] = "text/plain";
即可
参考
How to skip the OPTIONS preflight request in AngularJS
在factory定义的function中,加一行:
- $http.defaults.headers.post[@H_301_20@"Content-Type"] = "text/plain";
即可