如何使用 React-Admin 数据提供者调用 HTTPS 中的 API?

发布于 2025-01-12 01:09:20 字数 295 浏览 0 评论 0原文

我是后端世界的新手,我正在尝试使用 React-Admin 创建一个管理后台,但我在选择 dataProvider 时遇到了困难。

我有一个 MySQL Express API,它是我在本地开发的,所以我使用 Simple REST Data Provider,但它不支持 HTTPS 协议?

我尝试将我的后台链接到 https://___.org 中的 api 投入生产,但我“与服务器发生通信错误”。

对于如此敏感的请求使用http不是可取的吗?如何以安全的方式向我的 API 发出请求,同时与 React-Admin 保持协调?

I'm new in the back-end world and I'm trying to create an admin backoffice with React-Admin, except that I have trouble choosing the dataProvider.

I have a MySQL Express API, which I developed locally so I use Simple REST Data Provider, but it doesn't support HTTPS protocol?

I try to put in production my back-office linked to my api in https://___.org but I have "a communication error with the server".

Isn't it not advisable to use http for such sensitive requests? How can I make requests to my API in a secure way while remaining in harmony with React-Admin?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文