Mixed Content Checker
Pricing
Pay per usage
Mixed Content Checker
Mixed Content Checker. Automated analysis with detailed reports and actionable insights. Fast, accurate, and scalable.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Donny Nguyen
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 hours ago
Last modified
Categories
Share
Scan HTTPS websites for mixed content issues where HTTP resources are loaded on secure pages. This actor crawls your website and identifies images, scripts, stylesheets, iframes, and other resources served over insecure HTTP connections, which can trigger browser warnings and compromise security.
Features
- Full website scanning - Crawls multiple pages following internal links
- Resource detection - Finds HTTP images, scripts, stylesheets, iframes, videos, and embeds
- Severity classification - High severity for active content (scripts, iframes), medium for passive content (images)
- DOM inspection - Checks both loaded resources and HTML source attributes
- Deduplication - Reports each unique mixed content resource only once per page
- Configurable depth - Set maximum pages to crawl for large websites
Use Cases
Mixed content is a security issue that modern browsers block or warn about. After migrating to HTTPS, sites often have lingering HTTP references in templates, content, or third-party integrations. Use this actor to audit your site before and after HTTPS migration, ensure compliance with security policies, and identify third-party resources that need updating.
Input Configuration
| Parameter | Type | Default | Description |
|---|---|---|---|
startUrl | string | https://docs.apify.com | HTTPS website URL to scan |
maxPages | integer | 50 | Maximum pages to crawl |
proxyConfiguration | object | Apify Proxy | Proxy settings |
Output Format
Each result contains the page URL where mixed content was found, the insecure resource URL, resource type (image, script, stylesheet, etc.), whether the resource was blocked by the browser, severity level, and timestamp. If no mixed content is found, a summary result is returned.
API Usage
Call this actor via the Apify API to integrate mixed content scanning into your CI/CD pipeline. Run automated checks before deployments to catch mixed content regressions. Works well with website monitoring workflows.
Pricing
This actor uses pay-per-event pricing based on the number of results found. Check the Pricing tab for current rates. Uses Puppeteer for accurate browser-level resource detection.
Integrations
Export mixed content reports to Google Sheets or CSV via Apify integrations. Set up alerts via Slack or email when new mixed content is detected. Schedule regular scans for ongoing security monitoring.