
Justin
- Total activity 113
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 47
Comments
Recent activity by Justin Sort by recent activity-
Hi Jack Forrester. Yes, I can help here if you've got a general question, but your best bet is to email support@fastly.com if you have a specific issue you want help with.
-
OK, got it Tom Gerhard. I'll see if our documentation team can help with this. Thanks for the clarification
-
Hi Nadav Leibovitch You won't be able to refer to the cookie if the name is held in a variable. It has to be an actual string. Do you not know the name of the cookie before runtime?
-
Hi Chaim Klar That code is intended to make sure ESI is only executed on the shield POP nodes and not in the edge POP. If you found that disabling it made things work it suggests something is wrong...
-
Hi Chaim Klar If you're not seeing ESI executing where you believe it should, it's likely to be because the content is coming in as compressed. I'm glad you found a solution but if you need anythin...
-
Hi Tom Are referring to any particular header or variable? Or perhaps more detail on them. I'm seeing all of them mentioned in that doc page after a short glance.
-
Hi Pooranan By default, the cache key includes the value of the Host header, so this means that the apex and subdomains will be cached separately. This means you shouldn't have to make any change t...
-
OK, it sounds like that would be possible. Feel free to try the logging and see what is available before building the backend application.
-
Hi Gonçalo I don't think you'll be able to achieve what you're looking for. There are a few reasons for this: The HTTP portion of the request happens after the TLS handshake. This means you can't ...
-
Hi Manickam SP Fastly-Client-IP will only have the IP of the client that connected to us. If there were previous hosts to be tracked they would need to be added to X-Forwarded-For, but whether they...