
ryantownsend
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Posts
Votes on activity by ryantownsend Sort by votes-
Shared edge dictionaries
Is it possible to have an edge dictionary within account but linked to multiple services, rather than just one? The use-case I’m trying to solve is: I’d like to maintain a table of URL redirects, ...
-
Feature Request: "latest" as a special key for version number in API calls
If I want to list domains on my Fastly service, as far as I’m aware, I have to first lookup the current version number for a service before I can query GET /service/X/version/Y/domain. It would be ...
-
Variables & Constants
I’ve seen the docs on how to set variables within subroutines but is there a way to define constants that can be read across the subroutines? Seems wasteful to be setting up variables on every vcl...
-
Whitelist query params with VCL
I’ve read about Boltsort helping improve caching by sorting the query params, is there something akin to this that will filter params to a given whitelist? (ideally with means of regex matching) T...