Control how scanning tools handle HTTP redirects before scanning begins
When you scan a URL that redirects to another location, the scanner has to decide which URL to actually test. The “Follow redirects” setting controls this: whether the scanner follows the redirect and tests the destination, or stays on the original URL you entered.This is a target validation step. It runs before scanning starts, not during the scan itself. The platform checks whether the target URL redirects, validates whether the destination is within the configured scope, and updates the scan target accordingly.The default is Same-domain only, which covers the most common redirect patterns: HTTP to HTTPS upgrades and bare domain to www redirects.
Disabled automatically when authentication is configured
When you configure authentication for a tool, redirect following is disabled automatically. The scanner tests the original URL to avoid redirect loops with login pages.
Never. Use when you want to test the exact URL you entered, regardless of where it redirects. Good for testing redirect behavior itself, or when the redirect destination is outside your engagement scope.Same-host only. Use when the target may redirect between HTTP and HTTPS or to a different path on the same server, but you want to stay strictly on the same hostname.Same-domain only is the right choice for most scans. It handles HTTP to HTTPS upgrades and www-prefixed redirects without risking unintended scope expansion.Always. Use when you have explicit authorization to test the redirect destination and know it may be on a different domain.
Always follows redirects to any domain. Only use this when your scope explicitly covers the redirect destination.
If a scan fails because the target URL redirects to an out-of-scope destination, the Follow redirects setting is too restrictive for the redirect the target performs.Increase the Follow redirects level to cover the redirect type:
Redirect type
Minimum setting needed
HTTP → HTTPS, or path change
Same-host only
Bare domain → www subdomain
Same-domain only
Redirect to a different domain
Always
Only use Always if your engagement scope explicitly covers the redirect destination.