DRF-API-Logger icon indicating copy to clipboard operation
DRF-API-Logger copied to clipboard

Added logic to exclude parameters present in the APU URL string

Open cantus-firmus opened this issue 3 years ago • 0 comments

Previously, if an access key or other sensitive data was included in a GET parameter, it would be included in the log as part of the API URL. This change allows the logger to replace sensitive values the API URL field with FILTERED just like in other parts of the log.

cantus-firmus avatar Oct 13 '22 15:10 cantus-firmus