Sygnal Hyperflow
Micro-Consulting
  • 📗Overview
    • Hyperflow v2.0
    • What's New?
  • 📗CORE FEATURES
    • Overview
    • SEO Enhancements
    • Hyperflow 2 API
    • Logging
  • 📗HYPERFLOW APPS
    • Hyperflow Monitor
      • API
      • Alert Setup
    • Hyperflow Locale-Specific Domains
    • Hyperflow LLMS
      • Setting up LLMS.TXT
      • Setting up Markdown Pages
      • Hyperflow LLMS API
      • Future
    • Hyperflow CMS Preview
    • Hyperflow Files
    • Hyperspeed
  • 📗INSTALLATION
    • Hyperflow Setup
    • Cloudflare DNS Setup
      • GoDaddy
    • Hyperflow Installation
    • Micro-service RPC Interface
    • Monitoring & Maintenance Setup
  • 📗HYPERSPEED
    • About Hyperspeed
    • Hyperspeed Releases
    • Hyperspeed Caching Features
      • Purge Cache on Site Publish
    • Hyperspeed Security Features
    • Hyperspeed SEO Features
    • Hyperspeed Advanced & Custom Features
    • Hyperspeed Monitoring & Maintenance
    • Additional Notes
      • Hyperspeed API
      • Monitoring
      • Information
      • JS
      • CSS
      • Hyperflow Purge Cache
        • Purge Triggers
        • Purge HTML Only
        • Quickstart
      • Content Coverage
      • Special File Handling
      • Caching
      • Image Handler
      • Dev Setup
      • Hyperflow Inline SVGs
      • Hyperflow Image Optimization
    • Hyperflow Editor
    • Future
    • Webflow Notes
    • Troubleshooting
  • 📗ADVANCED HYPERSPEED
    • Kingside Castle (O-O)
    • Queenside Castle (O-O-O)
Powered by GitBook
On this page
  • Installation
  • Usage Notes
  • Define the file to serve
  • Define your route
  1. HYPERFLOW APPS

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.;

mysite.com/.well-known/apple-developer-merchantid-domain-association
  • Do not include the https:// or www 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.;

*mysite.com/.well-known/apple-developer-merchantid-domain-association

To the hf-files worker.

If you have multiple files you need to configure this way, you can

PreviousHyperflow CMS PreviewNextHyperspeed

Last updated 9 months ago

📗