
Ichi
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
Comments
Votes on activity by Ichi Sort by votes-
Official comment Hello,If you still have an issue on this please contact support@fastly.com for further help. Kind Regards,Ichi
-
Hello Sorry for the late reply. This needs to discuss with your service details. Please contact support by using the widget at bottom right on this page. Kind Regards,Ichi
-
Hello, Sorry for the late reply here. Could you please raise a ticket to support team by clicking the widget on bottom right. We would need to have which domains you tested when you raise a ticket....
-
Official comment Hello Austin,I have totally missed your question, I would apologise for the delay.You cannot modify response body on vcl delivery service, however it is possible to do (and more!) if you use Comput...
-
Hello!Better user experience is something we can help for. Using Fastly can speed up your website or application by caching it closer to users and move logics to the edge.If you have not signed up ...
-
This variable may works better on this case. declare local var.list-of-countries STRING;set var.list-of-countries = "BE, FR, NL";if (std.strstr(var.list-of-countries, client.geo.country_code)) { #...
-
Hello Frank,Thank you for the feedback. I checked and were unable to locate any tickets or emails from the email address associated with your profile. We would like to speak to you about the actual...
-
Hello You are always connected to the best possible pop, it may not be the geographically closest one to where you are. We can take a look at it if you send us the text part from fastly-debug.com t...
-
Hi Nav, After you save "true client ip" on a new header from x-forwarder-for header, you can unset the header before the request goes to origin. So you can add VCL below on vclmiss & vclpass as t...