
markwainwright
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by markwainwright-
markwainwright commented,
Hi @justin. Just wondering if there's any update on when ESI + gzip will be supported?
-
markwainwright commented,
@cassandra Brilliant, thanks! I looked everywhere for that and couldn't find it.
-
markwainwright created a post,
Getting Fastly service ID in VCL
Is there a way to programatically get the Fastly service ID in VCL, so VCL code can be reused between services? I have currently created a header in the Fastly UI that contains the service ID, but...
-
markwainwright commented,
I remember running into the same issue a while ago. I ended up putting the following in vcl_fetch: set beresp.http.X-Backend-Name = beresp.backend.name; This will automatically become a respons...