VOOZH about

URL: https://apify.com/scrappy_garden/x-frame-options-header-checker

⇱ X-Frame-Options Header Checker - Prevent clickjacking Β· Apify


πŸ‘ X-Frame-Options Header Checker - Prevent clickjacking avatar

X-Frame-Options Header Checker - Prevent clickjacking

Pricing

$4.99/month + usage

Go to Apify Store

X-Frame-Options Header Checker - Prevent clickjacking

Fetches URLs and validates the X-Frame-Options response header (DENY/SAMEORIGIN). Flags missing/invalid/deprecated values and also detects CSP frame-ancestors. Outputs per-URL results plus SUMMARY and REPORT.

Pricing

$4.99/month + usage

Rating

0.0

(0)

Developer

πŸ‘ Bikram Adhikari

Bikram Adhikari

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 months ago

Last modified

Categories

Share

X-Frame-Options Header Checker

Checks whether a website returns X-Frame-Options response header to help prevent clickjacking.

Modern note: Many sites use CSP frame-ancestors instead of (or in addition to) X-Frame-Options. This Actor reports both.

What the Actor does

For each URL it:

  1. Fetches response headers (HEAD first, optional GET fallback)
  2. Parses X-Frame-Options (supports DENY, SAMEORIGIN, flags deprecated ALLOW-FROM)
  3. Detects Content-Security-Policy frame-ancestors directive (if present)
  4. Outputs per-URL results plus SUMMARY and REPORT

Input

  • Start URLs (startUrls): Request List Sources format
  • Request strategy (requestStrategy): HEAD-only, GET-only, or HEADβ†’GET fallback
  • Expected directive (expectedDirective): ANY, DENY, or SAMEORIGIN
  • Warn on missing (warnOnMissing): warn if X-Frame-Options is missing

Plus: maxUrls, timeoutSecs, followRedirects, maxRedirects, maxConcurrency, and proxyConfiguration.

Output

Dataset (per-URL results)

Each item includes:

  • startUrl, finalUrl, statusCode, redirected, checkedAt, usedMethod, timingMs
  • xFrameOptionsRaw, directive, allowFrom
  • cspFrameAncestors (string or null)
  • score (0–100 heuristic), issues, warningCount, errorCount, ok

Key-value store

  • SUMMARY: aggregate counts and top issue codes
  • REPORT: same as summary (structured JSON)

Example input

{
"startUrls":[{"url":"https://example.com"}],
"maxUrls":1,
"timeoutSecs":20,
"requestStrategy":"HEAD_THEN_GET",
"expectedDirective":"ANY",
"warnOnMissing":true,
"maxConcurrency":2,
"proxyConfiguration":{"useApifyProxy":false}
}

Quick start

Store page: https://apify.com/scrappy_garden/x-frame-options-header-checker

Paste this into Input and click Run:

{
"startUrls":[
{
"url":"https://example.com/"
}
],
"proxyConfiguration":{
"useApifyProxy":false
}
}

Outputs (what you get)

  • Dataset: Dataset items typically include fields like: startUrl, finalUrl, statusCode, xFrameOptionsRaw, directive, allowFrom, cspFrameAncestors, score, ok, warningCount.
  • Key-value store: REPORT, SUMMARY

Tips (trust + predictable results)

  • Start with 1–3 URLs to validate behavior, then scale up.
  • If a target blocks requests, enable Proxy and/or slow down concurrency in Input.
  • Use the SUMMARY / REPORT keys (when present) for automation pipelines and monitoring.

Related actors

Search keywords

x frame options header checker, x-frame-options header checker - prevent clickjacking, website audit, seo, http headers

You might also like

Http Header Inspector

zerobreak/http-header-inspector

HTTP header inspector that pulls response headers from any URL, scores them for security gaps, and flags missing CSP, HSTS, and X-Frame-Options, so teams can audit caching, redirects, and server config without running curl.

Video Last Frame Extractor

vectorcreai/videolastframecaptor

Extracts the last frame from short videos (up to 60s) and returns a public image URL plus a Base64 data URI. Perfect for thumbnails, previews and automation workflows.

πŸ‘ User avatar

Vector Creations AI

22

5.0

YouTube Video Reverse Engineer AI Script, Frame & Hook Analysis

brilliant_gum/youtube-video-reverse-engineer

Turn any YouTube video into a blueprint. AI extracts hook formulas, script structure, retention techniques, style DNA, and audience engagement from top comments. Outputs are ready-to-use prompts β€” feed to ChatGPT for scripts or Midjurney for visuals. Premium adds frame-by-frame visual analysis.

πŸ‘ User avatar

Yuliia Kulakova

5