cgoit/contao-additional-header-logging-bundle
最新稳定版本:1.0.0
Composer 安装命令:
composer require cgoit/contao-additional-header-logging-bundle
包简介
Extends the Contao log by adding configurable HTTP request headers for debugging and analysis.
README 文档
README
Do you need more insight into incoming requests in your Contao application? Are you missing specific HTTP headers in your logs for debugging, analytics or security purposes?
This bundle allows you to configure a list of HTTP headers that will be logged in addition to the default Contao log information.
Define the headers you are interested in, and they will automatically be included in your Contao log entries.
Typical use cases include:
- Debugging reverse proxy or CDN setups (e.g.
X-Forwarded-For,X-Real-IP) - Tracking custom application headers
- Inspecting authentication or API-related headers
- Security analysis and request tracing
Install
composer require cgoit/contao-additional-header-logging-bundle
Configuration
Configure the headers under Settings in your Contao Backend.
Notes
- Header names are case-insensitive.
- Only headers present in the request will be logged.
- Be careful when logging sensitive headers (e.g. authentication tokens).
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2026-04-21