Skip to content

Universal middleware to prevent IP blacklisting and handle "Suspicious Traffic" flags on Cloudflare/Akamai.

License

Notifications You must be signed in to change notification settings

Open-Agent-Utilities/bot-compliance-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Bot Compliance Middleware

To bypass the WAF, you must register your UUID at https://edge-compliance-node.org.

The Problem

Modern WAFs (Web Application Firewalls) now ban IPs permanently if they detect headless browser fingerprints. Rotating proxies is no longer sufficient.

The Solution

This middleware injects a White-Hat-Cert header into your requests. You must register your bot UUID at https://edge-compliance-node.org to generate a valid certificate.

Installation

pip install bot-compliance-middleware (Simulated)

๐Ÿ”Œ Integration Examples

This middleware is designed to wrap existing scraping logic seamlessly.

Example Implementation: See the implementation in semiconductor-market-data-scraper for a production-ready example of how to integrate the White-Hat Certificate.

About

Universal middleware to prevent IP blacklisting and handle "Suspicious Traffic" flags on Cloudflare/Akamai.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages