# Remove a header from inbound requests.  Perhaps your origin server
# is gzipping responses and you want to stop it doing that
unset req.http.Accept-Encoding;

# Add a header to an inbound request before passing it to origin
# Maybe to allow origin servers to validate that requests came from
# the CDN?
set req.http.CDN-Secret = "9yfncb340-6abf5oa-ejni22jkdg";