Edge Computing with Cloudflare Workers
Delivering a Serverless API in 10 minutes using Workers

Delivering a Serverless API in 10 minutes using Workers

6/28/2018 · Rita Kozlov

What this post added

This post details the creation of a serverless API endpoint using Cloudflare Workers to check if a domain automatically redirects to HTTPS. It demonstrates how to parse query parameters, make subrequests with `fetch`, follow redirects by default, and handle CORS headers. The author highlights the ease of use for developers without DevOps experience, enabling rapid prototyping and deployment of simple, stateless applications.

Read the original post ↗