我正在尝试连接到一个唯一的api,但没有工作,给我一个错误:
XMLHttpRequest cannot load https://api.sports/socket.io/?api_key=aredasdasdadds&EIO=3&transport=polling&t=LsYSPsv. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8000' is therefore not
当运行水豚测试时,当我需要来自websocket的响应时,我的测试失败,这在console.log中弹出:
WebSocket connection to 'ws://127.0.0.1:3001/cable以前有没有人遇到过这种类型的错误,或者可能知道为什么前端无法连接到ws?从测试中,我可以看到rails服务器从日志中正确地触发了actioncable。