
Elizabeth Ortiz
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Comments
Recent activity by Elizabeth Ortiz Sort by recent activity-
Hi Alexander, I'm sorry we took so long to get back to you. Fastly VCL currently supports local variables. You can read more about them in this document: https://developer.fastly.com/reference/...
-
Hi Ravi, I'm sorry we took so long to get back to you. To service chain a WASM service to your VCL, all that is needed is to add the WASM domain as an origin. You'll also have to reach out to s...
-
Hi Vojtech, In your provided code, the correct implementation for log-tailing would be the 2nd option, using: console.log("foo"); According to our documentation on live monitoring the 1st optio...
-
Hi Dexter, You can log administrative changes by using our API endpoint "https://api.fastly.com/events". This endpoint retrieves the event log for your account. You can read more about it in our do...