pronebel / think-cors

[已过期]thinkjs-Middleware-cors
MIT License
12 stars 2 forks source link

关于react使用reqwest跨域请求失败解决办法。 #5

Closed shihuojian closed 7 years ago

shihuojian commented 7 years ago

今天react项目使用reqwest跨域请求时一直失败,花了一下午时间,最后在作者帮助下,终于解决了。 问题出现在reqwest模块上,发现请求时忘了添加 crossOrigin:true 以开启支持浏览器的跨域

pronebel commented 7 years ago

thanks~