Description
It would be very helpful to have an additional access.log (or an enhancement to the existing logging system) that records the source IP address and the requested destination/resource for each client request, which goes through the proxy.
Use Case
In environments where multiple users access the internet through a shared proxy, it is important to be able to trace:
- Who made the request (source IP)
- Where the request was directed (URL or IP of the destination)
This helps with:
- Auditing and compliance
- Network troubleshooting
- Monitoring and detecting unwanted or suspicious activity
Suggested Log Format
<timestamp> <src_ip> <requested_url>
Example:
2025-08-08T10:42:00 192.168.10.42 http://example.com/index.html
Description
It would be very helpful to have an additional
access.log(or an enhancement to the existing logging system) that records the source IP address and the requested destination/resource for each client request, which goes through the proxy.Use Case
In environments where multiple users access the internet through a shared proxy, it is important to be able to trace:
This helps with:
Suggested Log Format
Example: