我想在 Wildfly 上设置 HSTS 标头。我还没有找到任何具体方法来做到这一点,所以我的第一种方法是通过底流过滤器:
<filters>
<response-header name="headers" header-name="Strict-Transport-Security" header-value="max-age=31536000"/>
</filters>
这是正确的方法吗?或者有没有更好的方法在 Wildfly 上启用 HSTS?
我想在 Wildfly 上设置 HSTS 标头。我还没有找到任何具体方法来做到这一点,所以我的第一种方法是通过底流过滤器:
<filters>
<response-header name="headers" header-name="Strict-Transport-Security" header-value="max-age=31536000"/>
</filters>
这是正确的方法吗?或者有没有更好的方法在 Wildfly 上启用 HSTS?