How to solve 'Redirect has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header'?

前端 未结 17 2236
遥遥无期
遥遥无期 2020-11-27 13:12

I am working on an app using Vue js. According to my setting I need to pass to a variable to my URL when setting change.



        
17条回答
  •  自闭症患者
    2020-11-27 13:41

    you have to customize security for your browser or allow permission through customizing security. (it is impractical for your local testing) to know more about please go through the link.
    https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS

提交回复
热议问题