繁体   English   中英

使用 axios(在 vuejs 中)访问 adobe 连接 PIA 时出现 CORS 错误 [重复]

[英]CORS error while accessing adobe connect PIA using axios (in vuejs) [duplicate]

i'am trying to login to adobe connect server by it's API in my vuejs front-end the problem is when i send the request using axios it's stop by CORS error from adobe connect serve (i know the CORS error belong to the back-end这是adobe连接服务器)我将把我的前端axios代码放在这里

await axios({
            url: `http://my_server_address/api/xmlaction=login&login=username&password=password`
        })

我真的需要帮助,当我使用 postman 或在我的浏览器中时,我没有收到此错误

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM