Add Additional Headers in API Scanning
Add custom headers that Aikido will include in every request during an API scan. This is useful for auth tokens, tenant IDs or any header your service needs before it accepts traffic.
Aikido sends each header you define with all scan requests. The scanner does not try to detect missing headers on its own, so make sure you include everything your API requires. Unlike our Authentication these headers are included during the scan.

Typical use cases
Static auth tokens for staging or test environments
X API Key headers
Version or tenant selectors
Headers needed to bypass a gateway or WAF in front of your API
Add a header
Click Edit headers in the API Settings page.

Enter the header name.
Enter its value.
Add more headers if needed.
Save changes.
Last updated
Was this helpful?