webim simple demo登录成功以后报跨域错误
使用 github.com/easemob/webim/releases/tag/3.3.6 里的simpleDemo
修改utils/WebIMConfig.js里的var config相关字段:
修改appkey为自己申请的key
然后输入用户名和密码,点登陆
可以看到对 https://a1.easemob.com/1129201123148968/demo/token 的调用能够成功返回token
但是接下来demo访问 https://im-api-v2.easemob.com/ws/info?t=1606811875569 失败
查看console,可以看到type 16错误,并显示
Access to XMLHttpRequest at 'https://im-api-v2.easemob.com/ws/info?t=1606811875569' from origin 'null' has been blocked by CORS policy
回去查看请求信息,发现确实有一个origin: null的head
现在问题是,这个如何设置让它能正常运行?
修改utils/WebIMConfig.js里的var config相关字段:
修改appkey为自己申请的key
然后输入用户名和密码,点登陆
可以看到对 https://a1.easemob.com/1129201123148968/demo/token 的调用能够成功返回token
但是接下来demo访问 https://im-api-v2.easemob.com/ws/info?t=1606811875569 失败
查看console,可以看到type 16错误,并显示
Access to XMLHttpRequest at 'https://im-api-v2.easemob.com/ws/info?t=1606811875569' from origin 'null' has been blocked by CORS policy
回去查看请求信息,发现确实有一个origin: null的head
现在问题是,这个如何设置让它能正常运行?
没有找到相关结果
已邀请:
1 个回复
firstrose