Last updated: 10/9/2024
REST API logging
A simple way of logging all API requests is by installing the Advanced Logging plugin on the IIS and configure logging for the Reverse Proxy (the API application when using the default install).
By adding the two request headers Authorization
and SAs-InformationFilter
, one
will be able to log time, route, and user information about each request on the
API.
By default the logs will be saved to C:\inetpub\logs\AdvancedLogs\DEFAULT WEB SITE\API