Start with a direct HTTPS URL
The app keeps URL input explicit so a user knows they are asking the scanner to fetch a remote page rather than inspect a local file.
HTTPS source path
Veridicus Scan treats URL scanning as a separate path from imported files. The app accepts HTTPS input, applies the selected redirect policy, and carries the resulting boundary and coverage information into the final report. Premium MCP mode can call the same URL scan path through Scan URL while the app is active.
Workflow
A strong URL scan flow keeps the network behavior legible. Users should know they are scanning a remote source, what redirect policy applies, and how that boundary is reflected in the result they read later.
The app keeps URL input explicit so a user knows they are asking the scanner to fetch a remote page rather than inspect a local file.
Strict mode blocks at the redirect boundary when the destination changes. Lenient mode exists for broader compatibility with safe HTTPS redirects.
The report reflects what the scan path allowed, what was blocked, and whether the result is complete or partial.
Redirect policy
When a redirected destination would change the trust decision, the scanner needs to stop at that boundary. Lenient mode is still useful for normal web compatibility, but strict mode exists for the cases where the original URL is part of the risk question.
Use it when
The URL path is especially useful when content is about to be pasted into an assistant, imported into a knowledge system, or reviewed as a suspicious public page with hidden parser-visible content.
Scan web content before it is copied into a model so hidden channels or redirects do not alter the prompt silently.
Use the URL path to inspect pages that look ordinary to a person but may contain parser-visible or metadata-level instructions.
When the redirected destination would change whether the scan is trustworthy, strict mode keeps that boundary explicit.
Next step
Move from redirect handling into local trust boundaries, exported evidence, or the agent workflow that depends on the scan.