Closed ocean90 closed 7 years ago
The filter allows you to change the HTTP headers to send with a PURGE request.
My use case is adding the X-Forwarded-Proto: https header since my vcl_hash method includes the protocol in the hash.
X-Forwarded-Proto: https
vcl_hash
Since GitHub is a jerk, I'm pulling this into the 4.1 branch, which is the version coming with more love for the REST API :)
The filter allows you to change the HTTP headers to send with a PURGE request.
My use case is adding the
X-Forwarded-Proto: https
header since myvcl_hash
method includes the protocol in the hash.