商品详情列表跨域请求

来源:4-6 商品模型模型--商品详情页面

慕神4116967

2020-05-14 17:04

getitem.html?id=29:1 Access to XMLHttpRequest at 'http://localhost:8080/item/get?id+=29' from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

jquery-1.11.0.min.js:4 GET http://localhost:8080/item/get?id+=29 net::ERR_FAILED


写回答 关注

2回答

  • 慕瓜7093949
    2022-03-06 22:06:22
    xhrFields:{withCredentials:true},//session跨域
    ajax里要加这个,前面有一节讲跨域的,跟着那个不要改动就行
               
    下载视频          
  • 慕妹3325488
    2020-09-04 16:50:37

    解决了吗? 我也卡在这里,又是跨域,学个后端,一直在研究前端代码。。。

SpringBoot构建电商基础秒杀项目

应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。

49064 学习 · 954 问题

查看课程

相似问题