-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Threat Detection
-
None
-
1
Guard Detect uses the standard Authorization header, like in
curl--header 'Authorization: <api_key>' ...
this part is hardcoded:
curl--header 'Authorization:
Some applications have it not standard like
curl--header 'API_KEY: <api_key>' ...
Suggestion:
Make the Authorisation header editable