Examples
Fetch url
Proxy a request to another URL with fetch, keeping the original path.
This script appends the incoming request path to another domain and fetches the
content from there.
Last modified on August 17, 2026
Proxy a request to another URL with fetch, keeping the original path.