使用.htaccess为每个请求添加标头
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用.htaccess为每个请求添加标头相关的知识,希望对你有一定的参考价值。
我想在不触及代码的情况下为phpbb安装添加自定义标头。 (使用.htaccess)
标题是:
Strict-Transport-Security: max-age=157680000
有任何想法吗?
答案
Header add Strict-Transport-Security "max-age=157680000"
http://httpd.apache.org/docs/2.0/mod/mod_headers.html
另一答案
见http://httpd.apache.org/docs/2.0/mod/mod_headers.html
Header add Strict-Transport-Security "max-age=157680000"
以上是关于使用.htaccess为每个请求添加标头的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 Alamofire 为每个请求添加 auth 标头,如果响应为 401 则执行某些操作?
如何仅在 HTTPS 上从 .htaccess 设置 HSTS 标头 [关闭]
Spring Rest API 拦截器在每个/每个请求上添加响应标头