Requests
Requests are a log of incoming HTTP requests to the system — a diagnostic and analytical tool for administrators.
What Is Logged?
Each request contains:
- HTTP Method — GET, POST, PUT, DELETE
- Controller and Action — which part of the system handled the request
- Response Status — HTTP status code (200, 404, 500, etc.)
- Response Time — how long it took to process the request
- Parameters — request body
- Headers — HTTP headers
- IP Address — where the request originated from
- Browser and Device — client information
- Errors — error messages if the request failed
Use Cases
- Diagnostics — analyzing errors and integration issues
- Performance Monitoring — identifying slow requests
- Security — detecting suspicious patterns (failed logins, unusual traffic)
- Integration Debugging — inspecting API requests from external systems
Retention
Requests are automatically deleted after 1 month.