问答详情
源自:5-15 被调用方解决跨域 - nginx解决方案

前端服务localhost:8081为什么没跨域

在前端启动的服务localhost:8081;

调用b.com的接口,这层为什么没跨域呢?

location:        localhost:8081

ajax:              $.get('http://b.com/test/xxx.json');


在 localhost:8081访问b.com 浏览器应该会报出跨域?

提问者:Kevin6_Wong 2020-12-30 23:27

个回答

  • 慕梦前来
    2021-07-04 11:31:06

    服务器支持了,前端走代理就好了,