🌐 CF Edge Request Relay

Advanced HTTP proxy using Cloudflare's IP range to bypass IP-based restrictions, rate limiting, and Cloudflare Access SSO gateways. Perfect for testing, debugging, and analyzing web requests from Cloudflare's global edge network.

πŸ’‘ Usage Examples

All requests are made from Cloudflare's IP range, helping bypass IP-based restrictions, rate limiting, and Cloudflare Access SSO gateways.

Basic Proxy:
  • https://cf-relay.rasok.at/https://httpbin.org/headers
  • https://cf-relay.rasok.at/httpbin.org/headers
  • https://cf-relay.rasok.at/www.facebook.com
With Custom Headers:
  • https://cf-relay.rasok.at/?url=https://httpbin.org/headers&ua=MyBot/1.0&xheader=X-Custom:Value,Accept:application/json
Header Manipulation:
  • https://cf-relay.rasok.at/?url=https://httpbin.org/ip&xheader=X-Forwarded-For:172.71.164.83
  • https://cf-relay.rasok.at/?url=https://httpbin.org/ip&xheader=X-Real-IP:203.0.113.1,X-Forwarded-For:1.1.1.1
  • https://cf-relay.rasok.at/?url=https://httpbin.org/headers&xheader=X-Custom-IP:10.0.0.1,X-Forwarded-Host:example.com

πŸ’‘ Note: X-Real-IP may be treated like an entry in X-Forwarded-For by some systems and pushed into the proxy IP chain. This can cause the original client IP to be excluded from the final listβ€”especially in setups where the client IP would normally be appended to that list when a proxy is detected. This behaviour can be exploited in testing or bypass scenarios.