Download the PHP package cgoit/contao-additional-header-logging-bundle without Composer
On this page you can find all versions of the php package cgoit/contao-additional-header-logging-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cgoit/contao-additional-header-logging-bundle
More information about cgoit/contao-additional-header-logging-bundle
Files in cgoit/contao-additional-header-logging-bundle
Package contao-additional-header-logging-bundle
Short Description Extends the Contao log by adding configurable HTTP request headers for debugging and analysis.
License LGPL-3.0-or-later
Homepage https://cgo-it.de
Informations about the package contao-additional-header-logging-bundle
Contao Additional Header Logging Bundle
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
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).
All versions of contao-additional-header-logging-bundle with dependencies
contao/core-bundle Version ^5.7
monolog/monolog Version ^3.0
symfony/config Version ^7.2
symfony/dependency-injection Version ^7.2
symfony/event-dispatcher Version ^7.2
symfony/http-foundation Version ^7.2
symfony/http-kernel Version ^7.2