Does this tool scan a website?
No. It analyzes only text or HAR JSON you provide. It never contacts the response URL, Origin, CSP report endpoint, or any other host.
Inspect pasted HTTP response headers, curl output, or HAR data. Parse CSP and browser isolation headers, then compare CORS against explicit request context without fetching a URL.
Open your browser DevTools and the Network panel, optionally clear existing requests, then run the tool. Page assets or consent-based analytics may still load, but tool payloads, files, keys, and results are not sent for processing.
Paste a response/header block, curl -I output, curl verbose response lines, or HAR JSON. Add request context only when you want CORS comparisons. DecodeLens never requests the response URL.
DecodeLens preserves ordered duplicate headers, keeps enforced CSP separate from report-only policies, and compares CORS only when request context is available. Findings identify whether a statement is observed, standards-backed, or heuristic.
Continue with tools that decode, convert, inspect, or verify the same data.
Parse raw HTTP/1.x messages, inspect framing and multipart bodies, reconstruct HTTP signature bases, compare Content-Digest, and optionally verify supplied-key signatures.
Open toolAnalyze HAR requests, failures, timing, transfer sizes, bodies, and sensitive fields; export a separate redacted copy.
Open toolInspect URL components and query parameters, edit them, and rebuild a valid URL.
Open toolInspect OAuth 2.0 and OpenID Connect authorization URLs, callbacks, state, nonce, PKCE, tokens, and pasted discovery metadata without contacting the issuer.
Open toolPaste the example to see enforced and report-only CSP separated, then review CORS checks that use an explicit Origin, method, credential mode, and requested header list.
response headers + optional Origin/method/credentialsinventory → CSP policies → CORS comparisons → findingsNo. It analyzes only text or HAR JSON you provide. It never contacts the response URL, Origin, CSP report endpoint, or any other host.
No. Presence, valid syntax, contextual fit, browser enforcement, and application security are different claims. The tool keeps them separate and does not issue a grade.
Some CORS decisions require request-side evidence such as Origin, method, credential mode, or requested headers. DecodeLens does not invent missing context.