AWS放大忽略查询字符串
我正在AWS Amplify上运行一个React应用程序,并且当密码链接(带有查询字符串)从电子邮件中单击 https://www.domain.co.uk/
它刚刚返回到主页。我怀疑这与第二条规则有关。如果我将其直接访问到URL浏览器中,则可以使用: https://www.domain.co.uk/
[
{
"source": "https://domain.co.uk",
"target": "https://www.domain.co.uk",
"status": "302",
"condition": null
},
{
"source": "/<*>",
"target": "/index.html",
"status": "404-200",
"condition": null
},
{
"source": "</^[^.]+$|\\.(?!(css|gif|ico|jpg|js|png|txt|svg|woff|ttf|map|json)$)([^.]+$)/>",
"target": "/index.html",
"status": "200",
"condition": null
}
]
-cfemail =
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在这里有同样的问题,在阅读此 post 之后,我解决了。将www添加到您的域中,示例:
感谢用户 https://github.com/devpowers
i have same problem here and i solve after read this post. Add www to your domain, example:
Thanks to user https://github.com/DevPowers