React 原生调用 API axios 网络

Posted

技术标签:

【中文标题】React 原生调用 API axios 网络【英文标题】:React native call API axios network 【发布时间】:2020-09-11 16:24:03 【问题描述】:

我正在尝试通过使用 Axios 调用来获取 react-native 接口上的 API,但出现网络错误。我的 API 是用 .net core 3.0 版编写的。 我已成功尝试邮递员但未能致电 请帮我修复它。enter image description here

enter image description here

【问题讨论】:

可能是CORS问题? 请仔细检查同一网络下的IP 10:20:*:* vs localhost。 【参考方案1】:

您可以在您的 axios 请求中传递标头来修复 CORS 作为 Ketan Rampteke 的回复。 Follow link.

Chao thân ái người anh em

【讨论】:

以上是关于React 原生调用 API axios 网络的主要内容,如果未能解决你的问题,请参考以下文章

向 API 请求 formData,上传图片时在 axios 中出现“网络错误”

React网络请求

使用 redux 响应原生 axios api 调用

axios 和 android 模拟器的网络错误

在 React 中由 Axios 调用时 API 中的 PHP-Session 发生变化

在 React 中通过 axios 调用 API(使用自签名证书)时出现 CORS 问题