JSON:API Request Logger
20 sites
No security coverage
This module logs all incoming JSON:API requests to your Drupal site, capturing details like headers, URL, and body. The logs are integrated with Drupal's built-in event logger for easy review, helping with debugging, monitoring, and security audits.
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.