gpt4 book ai didi

javascript - React Native ios http featch 方法失败

转载 作者:太空宇宙 更新时间:2023-11-04 15:56:16 24 4
gpt4 key购买 nike

如何访问React Native ios http featch

fetch('http://10.0.2.2:53396/index.cfm/?fwreinit=1', {
method: 'POST',
headers: { 'Accept': 'application/json','Content-Type': 'application/json',},
body: JSON.stringify({ public_key: "Arunkumar" ,private_key: "cfarun",})
}).then((response) => response.json())
.then((responseData) => {
console.log(responseData);
})

最佳答案

您可以通过 1. 对端点使用 https 链接 2. 更新 info.plist 文件并添加“应用程序传输安全设置”->“允许任意加载”并将其值设置为"is"来解决此问题。

见附件

enter image description here

关于javascript - React Native ios http featch 方法失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42668094/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com