ReactJs 中的 301 重定向

发布于 2025-01-10 11:08:15 字数 203 浏览 0 评论 0原文

我正在构建一个外部应用程序,并且在第一次加载该应用程序时需要重定向到 Shopify 链接,以便用户可以授予我的应用程序权限。目前,我正在这样做: ,其中 {url} 是我的应用应重定向到的正确网址。但什么也没发生。我错过了什么吗?如何使用 React 正确重定向到外部网页并获取 301 状态代码?

I'm building an external app, and upon loading the app for the first time in needs to redirect to a shopify link so that the user can give my app permissions. Currently, I'm doing it like this:
<Navigate to="{url}" /> , where {url} is the correct url that my app should be redirecting to. But nothing happens. Am I missing something? How do you properly redirect to an external webpage and get a 301 status code using React?

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

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

发布评论

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