https:将PSR-15中间件重定向到https并添加Strict-Transport-Security标头

时间:2024-03-08 22:44:54
【文件属性】:

文件名称:https:将PSR-15中间件重定向到https并添加Strict-Transport-Security标头

文件大小:9KB

文件格式:ZIP

更新时间:2024-03-08 22:44:54

http hsts middleware https psr-15

中间件/ https 如果请求为http ,则中间件将重定向到https ,并添加标头以防止协议降级攻击和cookie劫持。 要求 PHP> = 7.2 安装 该软件包可通过Composer作为安装和自动加载。 composer require middlewares/https 例子 $ dispatcher = new Dispatcher ([ ( new Middlewares \ Https ()) -> includeSubdomains () ]); $ response = $ dispatcher -> dispatch ( new ServerRequest ()); 用法 该中间件接受Psr\Http\Message\ResponseFactoryInterface作为构造函数参数,以创建重定向响应。 如果未定义,将使用进行自动检测。 $ response


【文件预览】:
https-master
----composer.json(1KB)
----.github()
--------workflows()
----LICENSE(1KB)
----CONTRIBUTING.md(3KB)
----src()
--------Https.php(5KB)
----CHANGELOG.md(3KB)
----README.md(3KB)

网友评论