Hyperflow Files
Serve plain text files at any path. Designed for verification services like Apple Pay.
Features;
Serve any static text file at any URL on your Webflow-hosted site
Use cases;
Apple pay verification
Google Adsense ads.txt setup
other verifications
Installation
Hyperflow Files is an independent worker, named hf-files
.
Usage Notes
Define the file to serve
In the FILES KV store, add an entry to represent your file with the base domain and full file path.
e.g.;
Do not include the
https://
orwww
subdomain prefix.A subdomain can be specified if required
Make sure to include the file extension if one is needed
However all files will be served as plaintext MIME type
As the value of the KV entry, paste in the full text content of the file
Define your route
In your site's worker routes, add a route to the worker, e.g.;
To the hf-files
worker.
If you have multiple files you need to configure this way, you can
Last updated