猿问

Angular 文件上传跨域问题?

  • 使用的是angular-file-upload

  • angular页面将图片上传到图片服务器,出现了跨域问题

XMLHttpRequest cannot load http://upload.1-1dr.com/fileupload. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://dev.1-1dr.com' is therefore not allowed access.

  • 按照CORS的解决方法,服务器端响应添加了Access-Control-Allow-Origin头,但问题还是没解决。

  • 想问,是不是angular在上传文件的请求中,也需要带一些参数,才能解决跨域问题?


翻阅古今
浏览 793回答 1
1回答

梦里花落0921

没有那么一回事,我认为还是你后端在设置CORS没有把你相应的域名写上,或者直接 * 来表示任何域名都可以。
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答