gpt4 book ai didi

rest - 如何在Grails应用程序REST中将http转换为https?基本上实现HTTP Strinct传输安全性

转载 作者:行者123 更新时间:2023-12-02 15:49:48 26 4
gpt4 key购买 nike

我在过滤器中使用了以下代码,但无法将我的http设为https。我不确定是否需要在resources.groovy中注册它,因为我对groovy并不陌生。

addHeader(uri: '/*') {
before = {
response.setHeader("Strict-Transport-Security", "max-age=31536000;")
}
}

同样,我还需要实现X-Content-Type-Options并对其进行研究。

最佳答案

为此,您可以使用Channel Security(Spring Security Grails插件的一部分)。这样会容易得多。
https://grails-plugins.github.io/grails-spring-security-core/v2/guide/channelSecurity.html

如果需要配置方面的帮助,请指定应用程序的grails版本。

关于rest - 如何在Grails应用程序REST中将http转换为https?基本上实现HTTP Strinct传输安全性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41256123/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com