条纹 RedirectResolution 重定向到 https url
假设用户使用 https 访问 stripes action1。一旦action1处理完成,它使用RedirectResolution重定向到action2。此时,浏览器会收到一个 302 to action2,其中包含 http 而不是 https。如何使 RedirectResolution 在重定向到 action2 时使用 https?
Lets say the user access a stripes action1 using https. Once action1 processing is complete, it uses RedirectResolution to redirect to action2. At this point, the browser receives a 302 to to action2 with http and not https. How will I make RedirectResolution to use https while redirecting to action2?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要实现自己的 Resolution< /a> 为此。例如:
You may need to implement you're own Resolution for this. For example: