Skip to content

feat: Via header for CDN loop detection

Sebastiaan Deckers requested to merge sebdeckers/server:via-header into master

This adds an option to set the Via HTTP header with a "pseudonym" string token.

  1. Helps prevent CDN looping. Right now the only place this might happen is when ACME proxy mode is used. Going forward there could also be pull-based content caching.

  2. Intended for use in Commons Host CDN to signal which edge PoP served the response. Useful for debugging, analytics, or even obscure branding to HTTP alpha nerds. 🤓

closes #45 (closed)

Merge request reports