HOW TO: Create a downtime failover for your site with a Cloudflare Worker
Route traffic to a failover maintaining the live domain for your visitors if your site can’t be reached or a 50X error is detected.
Route traffic to a failover maintaining the live domain for your visitors if your site can’t be reached or a 50X error is detected.
What’s stopping an attacker from learning your server IP, bypassing Cloudflare and hitting your site directly? Try this…
A method to serve .webp to supported browsers only using Cloudflare workers (and optionally Webp Express).
Here’s a neat way to protect any subdirectory or URL with Basic Auth using Cloudflare Workers – no .htaccess or htpasswd required!
Do you have a multilingual or multi-regional website that automatically redirects users based on their country? This is for you.
You need to serve a complete site through a “subdirectory” (ie. /news or /blog) without being able to move it. Cloudflare to the rescue!