6 ms·
I use Cloudflare Workers for: * Serving a standard security.txt file for all websites within my account * Automatically rewriting the case of URLs for a CMS t
by jamieweb 6y ago
I use Cloudflare Workers for:
* Serving a standard security.txt file for all websites within my account
* Automatically rewriting the case of URLs for a CMS that doesn't support case-insensitivity
* Adding security headers to sites that don't support adding them locally (e.g. third-party hosting)
* Proxying requests elsewhere directly from the 'edge', rather than having to run my own proxy
* Serving static config files, e.g. mta-sts.txt, proxy.pac
- twunde 6y agoJust a head's up, while you can proxy websockets via cloudflare workers, you cannot have them act as the endpoint (https://support.cloudflare.com/hc/en-us/articles/200169466-Using-Cloudflare-with-WebSockets#12345684 https://support.cloudflare.com/hc/en-us/articles/200169466-U...).
- kentonv 6y agoFWIW, you can terminate WebSockets if you're in the Workers Unbound beta.