jsonapi_request_logger
18 sites
No security coverage
The JSON Request Logger module for Drupal 10 allows you to log all incoming requests made via JSON:API. It captures important details such as request headers, the requested URL, the time of the request, and the request body. This data is stored for easy review and analysis.
Key Features:
- Personalized Request Logging: It records detailed information about each JSON:API request received by your website and can be customized through the replacement tokens provided by the module.
- dblog Integration: Logs are integrated with the Drupal dblog module, allowing you to view request details directly in Drupal's event log.
- Easy Activation: You can enable or disable request logging through the module's configuration settings.
Use Cases:
- Monitoring and Debugging: Ideal for tracking and troubleshooting JSON:API requests.
- Security: Allows auditing of who is accessing your API and what data they are requesting.