diff --git a/documentation/docs/backend/Backend/Backend.mdx b/documentation/docs/backend/Backend/Backend.mdx index 3db45735ce..ceccf8fa0e 100644 --- a/documentation/docs/backend/Backend/Backend.mdx +++ b/documentation/docs/backend/Backend/Backend.mdx @@ -119,7 +119,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/docs/backend/Backend/prototype/name.mdx b/documentation/docs/backend/Backend/prototype/name.mdx index bb4081114b..c04295a4b6 100644 --- a/documentation/docs/backend/Backend/prototype/name.mdx +++ b/documentation/docs/backend/Backend/prototype/name.mdx @@ -28,7 +28,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.name Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/docs/backend/Backend/prototype/toString.mdx b/documentation/docs/backend/Backend/prototype/toString.mdx index 5e8bb1a987..48a42b604f 100644 --- a/documentation/docs/backend/Backend/prototype/toString.mdx +++ b/documentation/docs/backend/Backend/prototype/toString.mdx @@ -45,7 +45,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.toString Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/docs/backend/setDefaultDynamicBackendConfig.mdx b/documentation/docs/backend/setDefaultDynamicBackendConfig.mdx index f4c5816ad3..7dc81863b0 100644 --- a/documentation/docs/backend/setDefaultDynamicBackendConfig.mdx +++ b/documentation/docs/backend/setDefaultDynamicBackendConfig.mdx @@ -89,7 +89,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/docs/cache-override/CacheOverride/CacheOverride.mdx b/documentation/docs/cache-override/CacheOverride/CacheOverride.mdx index 479167cf07..e68893f2f0 100644 --- a/documentation/docs/cache-override/CacheOverride/CacheOverride.mdx +++ b/documentation/docs/cache-override/CacheOverride/CacheOverride.mdx @@ -84,7 +84,7 @@ In this example we override the cache for all the requests prefixed /static/ to "type": "javascript", "title": "CacheOverride Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/docs/config-store/ConfigStore/ConfigStore.mdx b/documentation/docs/config-store/ConfigStore/ConfigStore.mdx index ec34636e4f..92b7d7948f 100644 --- a/documentation/docs/config-store/ConfigStore/ConfigStore.mdx +++ b/documentation/docs/config-store/ConfigStore/ConfigStore.mdx @@ -46,7 +46,7 @@ In this example we have a resource link named "animals" (which is linked to a co "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/docs/config-store/ConfigStore/prototype/get.mdx b/documentation/docs/config-store/ConfigStore/prototype/get.mdx index 295fb3acf7..ce1cef4b49 100644 --- a/documentation/docs/config-store/ConfigStore/prototype/get.mdx +++ b/documentation/docs/config-store/ConfigStore/prototype/get.mdx @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/docs/dictionary/Dictionary/Dictionary.mdx b/documentation/docs/dictionary/Dictionary/Dictionary.mdx index 35ae3b75f9..214c2810a3 100644 --- a/documentation/docs/dictionary/Dictionary/Dictionary.mdx +++ b/documentation/docs/dictionary/Dictionary/Dictionary.mdx @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/docs/dictionary/Dictionary/prototype/get.mdx b/documentation/docs/dictionary/Dictionary/prototype/get.mdx index b80cef4fd9..9bdc33ae2e 100644 --- a/documentation/docs/dictionary/Dictionary/prototype/get.mdx +++ b/documentation/docs/dictionary/Dictionary/prototype/get.mdx @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/docs/env/env.mdx b/documentation/docs/env/env.mdx index 2e6f33bda9..89d413114f 100644 --- a/documentation/docs/env/env.mdx +++ b/documentation/docs/env/env.mdx @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h "type": "javascript", "title": "env Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/docs/experimental/allowDynamicBackends.mdx b/documentation/docs/experimental/allowDynamicBackends.mdx index 52a63a8505..9f28a22480 100644 --- a/documentation/docs/experimental/allowDynamicBackends.mdx +++ b/documentation/docs/experimental/allowDynamicBackends.mdx @@ -53,7 +53,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req "type": "javascript", "title": "Dynamic Backends Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/docs/geolocation/getGeolocationForIpAddress.mdx b/documentation/docs/geolocation/getGeolocationForIpAddress.mdx index bdd7621521..8f8641c1d0 100644 --- a/documentation/docs/geolocation/getGeolocationForIpAddress.mdx +++ b/documentation/docs/geolocation/getGeolocationForIpAddress.mdx @@ -106,7 +106,7 @@ In this example we return the geolocation details for the provided ip querystrin "type": "javascript", "title": "getGeolocationForIpAddress Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/docs/index.mdx b/documentation/docs/index.mdx index 1670189828..2aab784192 100644 --- a/documentation/docs/index.mdx +++ b/documentation/docs/index.mdx @@ -48,7 +48,7 @@ JavaScript code compiled for Fastly Compute has access to a global environment w "type": "javascript", "title": "Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/docs/logger/Logger/Logger.mdx b/documentation/docs/logger/Logger/Logger.mdx index bd7ed9b585..01c7913ff8 100644 --- a/documentation/docs/logger/Logger/Logger.mdx +++ b/documentation/docs/logger/Logger/Logger.mdx @@ -35,7 +35,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/docs/logger/Logger/prototype/log.mdx b/documentation/docs/logger/Logger/prototype/log.mdx index f64a83360a..2a290ae97f 100644 --- a/documentation/docs/logger/Logger/prototype/log.mdx +++ b/documentation/docs/logger/Logger/prototype/log.mdx @@ -40,7 +40,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger.prototype.log Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-1.13.0/backend/Backend/Backend.mdx b/documentation/versioned_docs/version-1.13.0/backend/Backend/Backend.mdx index 2ef3585189..291ca9189e 100644 --- a/documentation/versioned_docs/version-1.13.0/backend/Backend/Backend.mdx +++ b/documentation/versioned_docs/version-1.13.0/backend/Backend/Backend.mdx @@ -97,7 +97,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req "type": "javascript", "title": "Implicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", @@ -148,7 +148,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-1.13.0/backend/Backend/prototype/toString.mdx b/documentation/versioned_docs/version-1.13.0/backend/Backend/prototype/toString.mdx index 8dd7a21ec9..9b32793cbf 100644 --- a/documentation/versioned_docs/version-1.13.0/backend/Backend/prototype/toString.mdx +++ b/documentation/versioned_docs/version-1.13.0/backend/Backend/prototype/toString.mdx @@ -39,7 +39,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.toString Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-1.13.0/cache-override/CacheOverride/CacheOverride.mdx b/documentation/versioned_docs/version-1.13.0/cache-override/CacheOverride/CacheOverride.mdx index e1495191d5..377da5ed78 100644 --- a/documentation/versioned_docs/version-1.13.0/cache-override/CacheOverride/CacheOverride.mdx +++ b/documentation/versioned_docs/version-1.13.0/cache-override/CacheOverride/CacheOverride.mdx @@ -61,7 +61,7 @@ In this example we override the cache for all the requests prefixed /static/ to "type": "javascript", "title": "CacheOverride Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-1.13.0/config-store/ConfigStore/ConfigStore.mdx b/documentation/versioned_docs/version-1.13.0/config-store/ConfigStore/ConfigStore.mdx index b5935719f1..2b5a6482a2 100644 --- a/documentation/versioned_docs/version-1.13.0/config-store/ConfigStore/ConfigStore.mdx +++ b/documentation/versioned_docs/version-1.13.0/config-store/ConfigStore/ConfigStore.mdx @@ -46,7 +46,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-1.13.0/config-store/ConfigStore/prototype/get.mdx b/documentation/versioned_docs/version-1.13.0/config-store/ConfigStore/prototype/get.mdx index 295fb3acf7..ce1cef4b49 100644 --- a/documentation/versioned_docs/version-1.13.0/config-store/ConfigStore/prototype/get.mdx +++ b/documentation/versioned_docs/version-1.13.0/config-store/ConfigStore/prototype/get.mdx @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-1.13.0/dictionary/Dictionary/Dictionary.mdx b/documentation/versioned_docs/version-1.13.0/dictionary/Dictionary/Dictionary.mdx index bbfc51fc6f..f3c058dc54 100644 --- a/documentation/versioned_docs/version-1.13.0/dictionary/Dictionary/Dictionary.mdx +++ b/documentation/versioned_docs/version-1.13.0/dictionary/Dictionary/Dictionary.mdx @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-1.13.0/dictionary/Dictionary/prototype/get.mdx b/documentation/versioned_docs/version-1.13.0/dictionary/Dictionary/prototype/get.mdx index b80cef4fd9..9bdc33ae2e 100644 --- a/documentation/versioned_docs/version-1.13.0/dictionary/Dictionary/prototype/get.mdx +++ b/documentation/versioned_docs/version-1.13.0/dictionary/Dictionary/prototype/get.mdx @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-1.13.0/env/env.mdx b/documentation/versioned_docs/version-1.13.0/env/env.mdx index 2e6f33bda9..89d413114f 100644 --- a/documentation/versioned_docs/version-1.13.0/env/env.mdx +++ b/documentation/versioned_docs/version-1.13.0/env/env.mdx @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h "type": "javascript", "title": "env Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-1.13.0/experimental/allowDynamicBackends.mdx b/documentation/versioned_docs/version-1.13.0/experimental/allowDynamicBackends.mdx index 8df43ba04d..788dc38b4e 100644 --- a/documentation/versioned_docs/version-1.13.0/experimental/allowDynamicBackends.mdx +++ b/documentation/versioned_docs/version-1.13.0/experimental/allowDynamicBackends.mdx @@ -37,7 +37,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req "type": "javascript", "title": "Dynamic Backends Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-1.13.0/geolocation/getGeolocationForIpAddress.mdx b/documentation/versioned_docs/version-1.13.0/geolocation/getGeolocationForIpAddress.mdx index d47ed998ab..bc10361a75 100644 --- a/documentation/versioned_docs/version-1.13.0/geolocation/getGeolocationForIpAddress.mdx +++ b/documentation/versioned_docs/version-1.13.0/geolocation/getGeolocationForIpAddress.mdx @@ -104,7 +104,7 @@ In this example we return the geolocation details for the provided ip querystrin "type": "javascript", "title": "getGeolocationForIpAddress Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-1.13.0/index.mdx b/documentation/versioned_docs/version-1.13.0/index.mdx index 1670189828..2aab784192 100644 --- a/documentation/versioned_docs/version-1.13.0/index.mdx +++ b/documentation/versioned_docs/version-1.13.0/index.mdx @@ -48,7 +48,7 @@ JavaScript code compiled for Fastly Compute has access to a global environment w "type": "javascript", "title": "Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-1.13.0/logger/Logger/Logger.mdx b/documentation/versioned_docs/version-1.13.0/logger/Logger/Logger.mdx index 8c6d951886..9c0903942a 100644 --- a/documentation/versioned_docs/version-1.13.0/logger/Logger/Logger.mdx +++ b/documentation/versioned_docs/version-1.13.0/logger/Logger/Logger.mdx @@ -37,7 +37,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-1.13.0/logger/Logger/prototype/log.mdx b/documentation/versioned_docs/version-1.13.0/logger/Logger/prototype/log.mdx index 731bedf4d8..a542ba4f3b 100644 --- a/documentation/versioned_docs/version-1.13.0/logger/Logger/prototype/log.mdx +++ b/documentation/versioned_docs/version-1.13.0/logger/Logger/prototype/log.mdx @@ -38,7 +38,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger.prototype.log Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-2.5.0/backend/Backend/Backend.mdx b/documentation/versioned_docs/version-2.5.0/backend/Backend/Backend.mdx index 2ef3585189..291ca9189e 100644 --- a/documentation/versioned_docs/version-2.5.0/backend/Backend/Backend.mdx +++ b/documentation/versioned_docs/version-2.5.0/backend/Backend/Backend.mdx @@ -97,7 +97,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req "type": "javascript", "title": "Implicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", @@ -148,7 +148,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-2.5.0/backend/Backend/prototype/toString.mdx b/documentation/versioned_docs/version-2.5.0/backend/Backend/prototype/toString.mdx index 8dd7a21ec9..9b32793cbf 100644 --- a/documentation/versioned_docs/version-2.5.0/backend/Backend/prototype/toString.mdx +++ b/documentation/versioned_docs/version-2.5.0/backend/Backend/prototype/toString.mdx @@ -39,7 +39,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.toString Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-2.5.0/cache-override/CacheOverride/CacheOverride.mdx b/documentation/versioned_docs/version-2.5.0/cache-override/CacheOverride/CacheOverride.mdx index e1495191d5..377da5ed78 100644 --- a/documentation/versioned_docs/version-2.5.0/cache-override/CacheOverride/CacheOverride.mdx +++ b/documentation/versioned_docs/version-2.5.0/cache-override/CacheOverride/CacheOverride.mdx @@ -61,7 +61,7 @@ In this example we override the cache for all the requests prefixed /static/ to "type": "javascript", "title": "CacheOverride Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-2.5.0/config-store/ConfigStore/ConfigStore.mdx b/documentation/versioned_docs/version-2.5.0/config-store/ConfigStore/ConfigStore.mdx index b5935719f1..2b5a6482a2 100644 --- a/documentation/versioned_docs/version-2.5.0/config-store/ConfigStore/ConfigStore.mdx +++ b/documentation/versioned_docs/version-2.5.0/config-store/ConfigStore/ConfigStore.mdx @@ -46,7 +46,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-2.5.0/config-store/ConfigStore/prototype/get.mdx b/documentation/versioned_docs/version-2.5.0/config-store/ConfigStore/prototype/get.mdx index 295fb3acf7..ce1cef4b49 100644 --- a/documentation/versioned_docs/version-2.5.0/config-store/ConfigStore/prototype/get.mdx +++ b/documentation/versioned_docs/version-2.5.0/config-store/ConfigStore/prototype/get.mdx @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-2.5.0/dictionary/Dictionary/Dictionary.mdx b/documentation/versioned_docs/version-2.5.0/dictionary/Dictionary/Dictionary.mdx index bbfc51fc6f..f3c058dc54 100644 --- a/documentation/versioned_docs/version-2.5.0/dictionary/Dictionary/Dictionary.mdx +++ b/documentation/versioned_docs/version-2.5.0/dictionary/Dictionary/Dictionary.mdx @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-2.5.0/dictionary/Dictionary/prototype/get.mdx b/documentation/versioned_docs/version-2.5.0/dictionary/Dictionary/prototype/get.mdx index b80cef4fd9..9bdc33ae2e 100644 --- a/documentation/versioned_docs/version-2.5.0/dictionary/Dictionary/prototype/get.mdx +++ b/documentation/versioned_docs/version-2.5.0/dictionary/Dictionary/prototype/get.mdx @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-2.5.0/env/env.mdx b/documentation/versioned_docs/version-2.5.0/env/env.mdx index 2e6f33bda9..89d413114f 100644 --- a/documentation/versioned_docs/version-2.5.0/env/env.mdx +++ b/documentation/versioned_docs/version-2.5.0/env/env.mdx @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h "type": "javascript", "title": "env Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-2.5.0/experimental/allowDynamicBackends.mdx b/documentation/versioned_docs/version-2.5.0/experimental/allowDynamicBackends.mdx index 8df43ba04d..788dc38b4e 100644 --- a/documentation/versioned_docs/version-2.5.0/experimental/allowDynamicBackends.mdx +++ b/documentation/versioned_docs/version-2.5.0/experimental/allowDynamicBackends.mdx @@ -37,7 +37,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req "type": "javascript", "title": "Dynamic Backends Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-2.5.0/geolocation/getGeolocationForIpAddress.mdx b/documentation/versioned_docs/version-2.5.0/geolocation/getGeolocationForIpAddress.mdx index d47ed998ab..bc10361a75 100644 --- a/documentation/versioned_docs/version-2.5.0/geolocation/getGeolocationForIpAddress.mdx +++ b/documentation/versioned_docs/version-2.5.0/geolocation/getGeolocationForIpAddress.mdx @@ -104,7 +104,7 @@ In this example we return the geolocation details for the provided ip querystrin "type": "javascript", "title": "getGeolocationForIpAddress Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-2.5.0/index.mdx b/documentation/versioned_docs/version-2.5.0/index.mdx index 1670189828..2aab784192 100644 --- a/documentation/versioned_docs/version-2.5.0/index.mdx +++ b/documentation/versioned_docs/version-2.5.0/index.mdx @@ -48,7 +48,7 @@ JavaScript code compiled for Fastly Compute has access to a global environment w "type": "javascript", "title": "Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-2.5.0/logger/Logger/Logger.mdx b/documentation/versioned_docs/version-2.5.0/logger/Logger/Logger.mdx index 8c6d951886..9c0903942a 100644 --- a/documentation/versioned_docs/version-2.5.0/logger/Logger/Logger.mdx +++ b/documentation/versioned_docs/version-2.5.0/logger/Logger/Logger.mdx @@ -37,7 +37,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-2.5.0/logger/Logger/prototype/log.mdx b/documentation/versioned_docs/version-2.5.0/logger/Logger/prototype/log.mdx index 731bedf4d8..a542ba4f3b 100644 --- a/documentation/versioned_docs/version-2.5.0/logger/Logger/prototype/log.mdx +++ b/documentation/versioned_docs/version-2.5.0/logger/Logger/prototype/log.mdx @@ -38,7 +38,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger.prototype.log Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.27.3/backend/Backend/Backend.mdx b/documentation/versioned_docs/version-3.27.3/backend/Backend/Backend.mdx index 3db45735ce..ceccf8fa0e 100644 --- a/documentation/versioned_docs/version-3.27.3/backend/Backend/Backend.mdx +++ b/documentation/versioned_docs/version-3.27.3/backend/Backend/Backend.mdx @@ -119,7 +119,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.27.3/backend/Backend/prototype/name.mdx b/documentation/versioned_docs/version-3.27.3/backend/Backend/prototype/name.mdx index bb4081114b..c04295a4b6 100644 --- a/documentation/versioned_docs/version-3.27.3/backend/Backend/prototype/name.mdx +++ b/documentation/versioned_docs/version-3.27.3/backend/Backend/prototype/name.mdx @@ -28,7 +28,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.name Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.27.3/backend/Backend/prototype/toString.mdx b/documentation/versioned_docs/version-3.27.3/backend/Backend/prototype/toString.mdx index 5e8bb1a987..48a42b604f 100644 --- a/documentation/versioned_docs/version-3.27.3/backend/Backend/prototype/toString.mdx +++ b/documentation/versioned_docs/version-3.27.3/backend/Backend/prototype/toString.mdx @@ -45,7 +45,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.toString Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.27.3/backend/setDefaultDynamicBackendConfig.mdx b/documentation/versioned_docs/version-3.27.3/backend/setDefaultDynamicBackendConfig.mdx index f4c5816ad3..7dc81863b0 100644 --- a/documentation/versioned_docs/version-3.27.3/backend/setDefaultDynamicBackendConfig.mdx +++ b/documentation/versioned_docs/version-3.27.3/backend/setDefaultDynamicBackendConfig.mdx @@ -89,7 +89,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.27.3/cache-override/CacheOverride/CacheOverride.mdx b/documentation/versioned_docs/version-3.27.3/cache-override/CacheOverride/CacheOverride.mdx index e1495191d5..377da5ed78 100644 --- a/documentation/versioned_docs/version-3.27.3/cache-override/CacheOverride/CacheOverride.mdx +++ b/documentation/versioned_docs/version-3.27.3/cache-override/CacheOverride/CacheOverride.mdx @@ -61,7 +61,7 @@ In this example we override the cache for all the requests prefixed /static/ to "type": "javascript", "title": "CacheOverride Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.27.3/config-store/ConfigStore/ConfigStore.mdx b/documentation/versioned_docs/version-3.27.3/config-store/ConfigStore/ConfigStore.mdx index b5935719f1..2b5a6482a2 100644 --- a/documentation/versioned_docs/version-3.27.3/config-store/ConfigStore/ConfigStore.mdx +++ b/documentation/versioned_docs/version-3.27.3/config-store/ConfigStore/ConfigStore.mdx @@ -46,7 +46,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.27.3/config-store/ConfigStore/prototype/get.mdx b/documentation/versioned_docs/version-3.27.3/config-store/ConfigStore/prototype/get.mdx index 295fb3acf7..ce1cef4b49 100644 --- a/documentation/versioned_docs/version-3.27.3/config-store/ConfigStore/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.27.3/config-store/ConfigStore/prototype/get.mdx @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.27.3/dictionary/Dictionary/Dictionary.mdx b/documentation/versioned_docs/version-3.27.3/dictionary/Dictionary/Dictionary.mdx index bbfc51fc6f..f3c058dc54 100644 --- a/documentation/versioned_docs/version-3.27.3/dictionary/Dictionary/Dictionary.mdx +++ b/documentation/versioned_docs/version-3.27.3/dictionary/Dictionary/Dictionary.mdx @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.27.3/dictionary/Dictionary/prototype/get.mdx b/documentation/versioned_docs/version-3.27.3/dictionary/Dictionary/prototype/get.mdx index b80cef4fd9..9bdc33ae2e 100644 --- a/documentation/versioned_docs/version-3.27.3/dictionary/Dictionary/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.27.3/dictionary/Dictionary/prototype/get.mdx @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.27.3/env/env.mdx b/documentation/versioned_docs/version-3.27.3/env/env.mdx index 2e6f33bda9..89d413114f 100644 --- a/documentation/versioned_docs/version-3.27.3/env/env.mdx +++ b/documentation/versioned_docs/version-3.27.3/env/env.mdx @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h "type": "javascript", "title": "env Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.27.3/experimental/allowDynamicBackends.mdx b/documentation/versioned_docs/version-3.27.3/experimental/allowDynamicBackends.mdx index 52a63a8505..9f28a22480 100644 --- a/documentation/versioned_docs/version-3.27.3/experimental/allowDynamicBackends.mdx +++ b/documentation/versioned_docs/version-3.27.3/experimental/allowDynamicBackends.mdx @@ -53,7 +53,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req "type": "javascript", "title": "Dynamic Backends Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.27.3/geolocation/getGeolocationForIpAddress.mdx b/documentation/versioned_docs/version-3.27.3/geolocation/getGeolocationForIpAddress.mdx index bdd7621521..8f8641c1d0 100644 --- a/documentation/versioned_docs/version-3.27.3/geolocation/getGeolocationForIpAddress.mdx +++ b/documentation/versioned_docs/version-3.27.3/geolocation/getGeolocationForIpAddress.mdx @@ -106,7 +106,7 @@ In this example we return the geolocation details for the provided ip querystrin "type": "javascript", "title": "getGeolocationForIpAddress Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.27.3/index.mdx b/documentation/versioned_docs/version-3.27.3/index.mdx index 1670189828..2aab784192 100644 --- a/documentation/versioned_docs/version-3.27.3/index.mdx +++ b/documentation/versioned_docs/version-3.27.3/index.mdx @@ -48,7 +48,7 @@ JavaScript code compiled for Fastly Compute has access to a global environment w "type": "javascript", "title": "Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.27.3/logger/Logger/Logger.mdx b/documentation/versioned_docs/version-3.27.3/logger/Logger/Logger.mdx index bd7ed9b585..01c7913ff8 100644 --- a/documentation/versioned_docs/version-3.27.3/logger/Logger/Logger.mdx +++ b/documentation/versioned_docs/version-3.27.3/logger/Logger/Logger.mdx @@ -35,7 +35,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.27.3/logger/Logger/prototype/log.mdx b/documentation/versioned_docs/version-3.27.3/logger/Logger/prototype/log.mdx index f64a83360a..2a290ae97f 100644 --- a/documentation/versioned_docs/version-3.27.3/logger/Logger/prototype/log.mdx +++ b/documentation/versioned_docs/version-3.27.3/logger/Logger/prototype/log.mdx @@ -40,7 +40,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger.prototype.log Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.28.0/backend/Backend/Backend.mdx b/documentation/versioned_docs/version-3.28.0/backend/Backend/Backend.mdx index 3db45735ce..ceccf8fa0e 100644 --- a/documentation/versioned_docs/version-3.28.0/backend/Backend/Backend.mdx +++ b/documentation/versioned_docs/version-3.28.0/backend/Backend/Backend.mdx @@ -119,7 +119,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.28.0/backend/Backend/prototype/name.mdx b/documentation/versioned_docs/version-3.28.0/backend/Backend/prototype/name.mdx index bb4081114b..c04295a4b6 100644 --- a/documentation/versioned_docs/version-3.28.0/backend/Backend/prototype/name.mdx +++ b/documentation/versioned_docs/version-3.28.0/backend/Backend/prototype/name.mdx @@ -28,7 +28,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.name Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.28.0/backend/Backend/prototype/toString.mdx b/documentation/versioned_docs/version-3.28.0/backend/Backend/prototype/toString.mdx index 5e8bb1a987..48a42b604f 100644 --- a/documentation/versioned_docs/version-3.28.0/backend/Backend/prototype/toString.mdx +++ b/documentation/versioned_docs/version-3.28.0/backend/Backend/prototype/toString.mdx @@ -45,7 +45,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.toString Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.28.0/backend/setDefaultDynamicBackendConfig.mdx b/documentation/versioned_docs/version-3.28.0/backend/setDefaultDynamicBackendConfig.mdx index f4c5816ad3..7dc81863b0 100644 --- a/documentation/versioned_docs/version-3.28.0/backend/setDefaultDynamicBackendConfig.mdx +++ b/documentation/versioned_docs/version-3.28.0/backend/setDefaultDynamicBackendConfig.mdx @@ -89,7 +89,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.28.0/cache-override/CacheOverride/CacheOverride.mdx b/documentation/versioned_docs/version-3.28.0/cache-override/CacheOverride/CacheOverride.mdx index e1495191d5..377da5ed78 100644 --- a/documentation/versioned_docs/version-3.28.0/cache-override/CacheOverride/CacheOverride.mdx +++ b/documentation/versioned_docs/version-3.28.0/cache-override/CacheOverride/CacheOverride.mdx @@ -61,7 +61,7 @@ In this example we override the cache for all the requests prefixed /static/ to "type": "javascript", "title": "CacheOverride Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.28.0/config-store/ConfigStore/ConfigStore.mdx b/documentation/versioned_docs/version-3.28.0/config-store/ConfigStore/ConfigStore.mdx index b5935719f1..2b5a6482a2 100644 --- a/documentation/versioned_docs/version-3.28.0/config-store/ConfigStore/ConfigStore.mdx +++ b/documentation/versioned_docs/version-3.28.0/config-store/ConfigStore/ConfigStore.mdx @@ -46,7 +46,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.28.0/config-store/ConfigStore/prototype/get.mdx b/documentation/versioned_docs/version-3.28.0/config-store/ConfigStore/prototype/get.mdx index 295fb3acf7..ce1cef4b49 100644 --- a/documentation/versioned_docs/version-3.28.0/config-store/ConfigStore/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.28.0/config-store/ConfigStore/prototype/get.mdx @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.28.0/dictionary/Dictionary/Dictionary.mdx b/documentation/versioned_docs/version-3.28.0/dictionary/Dictionary/Dictionary.mdx index bbfc51fc6f..f3c058dc54 100644 --- a/documentation/versioned_docs/version-3.28.0/dictionary/Dictionary/Dictionary.mdx +++ b/documentation/versioned_docs/version-3.28.0/dictionary/Dictionary/Dictionary.mdx @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.28.0/dictionary/Dictionary/prototype/get.mdx b/documentation/versioned_docs/version-3.28.0/dictionary/Dictionary/prototype/get.mdx index b80cef4fd9..9bdc33ae2e 100644 --- a/documentation/versioned_docs/version-3.28.0/dictionary/Dictionary/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.28.0/dictionary/Dictionary/prototype/get.mdx @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.28.0/env/env.mdx b/documentation/versioned_docs/version-3.28.0/env/env.mdx index 2e6f33bda9..89d413114f 100644 --- a/documentation/versioned_docs/version-3.28.0/env/env.mdx +++ b/documentation/versioned_docs/version-3.28.0/env/env.mdx @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h "type": "javascript", "title": "env Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.28.0/experimental/allowDynamicBackends.mdx b/documentation/versioned_docs/version-3.28.0/experimental/allowDynamicBackends.mdx index 52a63a8505..9f28a22480 100644 --- a/documentation/versioned_docs/version-3.28.0/experimental/allowDynamicBackends.mdx +++ b/documentation/versioned_docs/version-3.28.0/experimental/allowDynamicBackends.mdx @@ -53,7 +53,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req "type": "javascript", "title": "Dynamic Backends Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.28.0/geolocation/getGeolocationForIpAddress.mdx b/documentation/versioned_docs/version-3.28.0/geolocation/getGeolocationForIpAddress.mdx index bdd7621521..8f8641c1d0 100644 --- a/documentation/versioned_docs/version-3.28.0/geolocation/getGeolocationForIpAddress.mdx +++ b/documentation/versioned_docs/version-3.28.0/geolocation/getGeolocationForIpAddress.mdx @@ -106,7 +106,7 @@ In this example we return the geolocation details for the provided ip querystrin "type": "javascript", "title": "getGeolocationForIpAddress Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.28.0/index.mdx b/documentation/versioned_docs/version-3.28.0/index.mdx index 1670189828..2aab784192 100644 --- a/documentation/versioned_docs/version-3.28.0/index.mdx +++ b/documentation/versioned_docs/version-3.28.0/index.mdx @@ -48,7 +48,7 @@ JavaScript code compiled for Fastly Compute has access to a global environment w "type": "javascript", "title": "Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.28.0/logger/Logger/Logger.mdx b/documentation/versioned_docs/version-3.28.0/logger/Logger/Logger.mdx index bd7ed9b585..01c7913ff8 100644 --- a/documentation/versioned_docs/version-3.28.0/logger/Logger/Logger.mdx +++ b/documentation/versioned_docs/version-3.28.0/logger/Logger/Logger.mdx @@ -35,7 +35,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.28.0/logger/Logger/prototype/log.mdx b/documentation/versioned_docs/version-3.28.0/logger/Logger/prototype/log.mdx index f64a83360a..2a290ae97f 100644 --- a/documentation/versioned_docs/version-3.28.0/logger/Logger/prototype/log.mdx +++ b/documentation/versioned_docs/version-3.28.0/logger/Logger/prototype/log.mdx @@ -40,7 +40,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger.prototype.log Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.29.2/backend/Backend/Backend.mdx b/documentation/versioned_docs/version-3.29.2/backend/Backend/Backend.mdx index 3db45735ce..ceccf8fa0e 100644 --- a/documentation/versioned_docs/version-3.29.2/backend/Backend/Backend.mdx +++ b/documentation/versioned_docs/version-3.29.2/backend/Backend/Backend.mdx @@ -119,7 +119,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.29.2/backend/Backend/prototype/name.mdx b/documentation/versioned_docs/version-3.29.2/backend/Backend/prototype/name.mdx index bb4081114b..c04295a4b6 100644 --- a/documentation/versioned_docs/version-3.29.2/backend/Backend/prototype/name.mdx +++ b/documentation/versioned_docs/version-3.29.2/backend/Backend/prototype/name.mdx @@ -28,7 +28,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.name Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.29.2/backend/Backend/prototype/toString.mdx b/documentation/versioned_docs/version-3.29.2/backend/Backend/prototype/toString.mdx index 5e8bb1a987..48a42b604f 100644 --- a/documentation/versioned_docs/version-3.29.2/backend/Backend/prototype/toString.mdx +++ b/documentation/versioned_docs/version-3.29.2/backend/Backend/prototype/toString.mdx @@ -45,7 +45,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.toString Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.29.2/backend/setDefaultDynamicBackendConfig.mdx b/documentation/versioned_docs/version-3.29.2/backend/setDefaultDynamicBackendConfig.mdx index f4c5816ad3..7dc81863b0 100644 --- a/documentation/versioned_docs/version-3.29.2/backend/setDefaultDynamicBackendConfig.mdx +++ b/documentation/versioned_docs/version-3.29.2/backend/setDefaultDynamicBackendConfig.mdx @@ -89,7 +89,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.29.2/cache-override/CacheOverride/CacheOverride.mdx b/documentation/versioned_docs/version-3.29.2/cache-override/CacheOverride/CacheOverride.mdx index e1495191d5..377da5ed78 100644 --- a/documentation/versioned_docs/version-3.29.2/cache-override/CacheOverride/CacheOverride.mdx +++ b/documentation/versioned_docs/version-3.29.2/cache-override/CacheOverride/CacheOverride.mdx @@ -61,7 +61,7 @@ In this example we override the cache for all the requests prefixed /static/ to "type": "javascript", "title": "CacheOverride Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.29.2/config-store/ConfigStore/ConfigStore.mdx b/documentation/versioned_docs/version-3.29.2/config-store/ConfigStore/ConfigStore.mdx index b5935719f1..2b5a6482a2 100644 --- a/documentation/versioned_docs/version-3.29.2/config-store/ConfigStore/ConfigStore.mdx +++ b/documentation/versioned_docs/version-3.29.2/config-store/ConfigStore/ConfigStore.mdx @@ -46,7 +46,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.29.2/config-store/ConfigStore/prototype/get.mdx b/documentation/versioned_docs/version-3.29.2/config-store/ConfigStore/prototype/get.mdx index 295fb3acf7..ce1cef4b49 100644 --- a/documentation/versioned_docs/version-3.29.2/config-store/ConfigStore/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.29.2/config-store/ConfigStore/prototype/get.mdx @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.29.2/dictionary/Dictionary/Dictionary.mdx b/documentation/versioned_docs/version-3.29.2/dictionary/Dictionary/Dictionary.mdx index bbfc51fc6f..f3c058dc54 100644 --- a/documentation/versioned_docs/version-3.29.2/dictionary/Dictionary/Dictionary.mdx +++ b/documentation/versioned_docs/version-3.29.2/dictionary/Dictionary/Dictionary.mdx @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.29.2/dictionary/Dictionary/prototype/get.mdx b/documentation/versioned_docs/version-3.29.2/dictionary/Dictionary/prototype/get.mdx index b80cef4fd9..9bdc33ae2e 100644 --- a/documentation/versioned_docs/version-3.29.2/dictionary/Dictionary/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.29.2/dictionary/Dictionary/prototype/get.mdx @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.29.2/env/env.mdx b/documentation/versioned_docs/version-3.29.2/env/env.mdx index 2e6f33bda9..89d413114f 100644 --- a/documentation/versioned_docs/version-3.29.2/env/env.mdx +++ b/documentation/versioned_docs/version-3.29.2/env/env.mdx @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h "type": "javascript", "title": "env Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.29.2/experimental/allowDynamicBackends.mdx b/documentation/versioned_docs/version-3.29.2/experimental/allowDynamicBackends.mdx index 52a63a8505..9f28a22480 100644 --- a/documentation/versioned_docs/version-3.29.2/experimental/allowDynamicBackends.mdx +++ b/documentation/versioned_docs/version-3.29.2/experimental/allowDynamicBackends.mdx @@ -53,7 +53,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req "type": "javascript", "title": "Dynamic Backends Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.29.2/geolocation/getGeolocationForIpAddress.mdx b/documentation/versioned_docs/version-3.29.2/geolocation/getGeolocationForIpAddress.mdx index bdd7621521..8f8641c1d0 100644 --- a/documentation/versioned_docs/version-3.29.2/geolocation/getGeolocationForIpAddress.mdx +++ b/documentation/versioned_docs/version-3.29.2/geolocation/getGeolocationForIpAddress.mdx @@ -106,7 +106,7 @@ In this example we return the geolocation details for the provided ip querystrin "type": "javascript", "title": "getGeolocationForIpAddress Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.29.2/index.mdx b/documentation/versioned_docs/version-3.29.2/index.mdx index 1670189828..2aab784192 100644 --- a/documentation/versioned_docs/version-3.29.2/index.mdx +++ b/documentation/versioned_docs/version-3.29.2/index.mdx @@ -48,7 +48,7 @@ JavaScript code compiled for Fastly Compute has access to a global environment w "type": "javascript", "title": "Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.29.2/logger/Logger/Logger.mdx b/documentation/versioned_docs/version-3.29.2/logger/Logger/Logger.mdx index bd7ed9b585..01c7913ff8 100644 --- a/documentation/versioned_docs/version-3.29.2/logger/Logger/Logger.mdx +++ b/documentation/versioned_docs/version-3.29.2/logger/Logger/Logger.mdx @@ -35,7 +35,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.29.2/logger/Logger/prototype/log.mdx b/documentation/versioned_docs/version-3.29.2/logger/Logger/prototype/log.mdx index f64a83360a..2a290ae97f 100644 --- a/documentation/versioned_docs/version-3.29.2/logger/Logger/prototype/log.mdx +++ b/documentation/versioned_docs/version-3.29.2/logger/Logger/prototype/log.mdx @@ -40,7 +40,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger.prototype.log Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.30.1/backend/Backend/Backend.mdx b/documentation/versioned_docs/version-3.30.1/backend/Backend/Backend.mdx index 3db45735ce..ceccf8fa0e 100644 --- a/documentation/versioned_docs/version-3.30.1/backend/Backend/Backend.mdx +++ b/documentation/versioned_docs/version-3.30.1/backend/Backend/Backend.mdx @@ -119,7 +119,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.30.1/backend/Backend/prototype/name.mdx b/documentation/versioned_docs/version-3.30.1/backend/Backend/prototype/name.mdx index bb4081114b..c04295a4b6 100644 --- a/documentation/versioned_docs/version-3.30.1/backend/Backend/prototype/name.mdx +++ b/documentation/versioned_docs/version-3.30.1/backend/Backend/prototype/name.mdx @@ -28,7 +28,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.name Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.30.1/backend/Backend/prototype/toString.mdx b/documentation/versioned_docs/version-3.30.1/backend/Backend/prototype/toString.mdx index 5e8bb1a987..48a42b604f 100644 --- a/documentation/versioned_docs/version-3.30.1/backend/Backend/prototype/toString.mdx +++ b/documentation/versioned_docs/version-3.30.1/backend/Backend/prototype/toString.mdx @@ -45,7 +45,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.toString Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.30.1/backend/setDefaultDynamicBackendConfig.mdx b/documentation/versioned_docs/version-3.30.1/backend/setDefaultDynamicBackendConfig.mdx index f4c5816ad3..7dc81863b0 100644 --- a/documentation/versioned_docs/version-3.30.1/backend/setDefaultDynamicBackendConfig.mdx +++ b/documentation/versioned_docs/version-3.30.1/backend/setDefaultDynamicBackendConfig.mdx @@ -89,7 +89,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.30.1/cache-override/CacheOverride/CacheOverride.mdx b/documentation/versioned_docs/version-3.30.1/cache-override/CacheOverride/CacheOverride.mdx index 479167cf07..e68893f2f0 100644 --- a/documentation/versioned_docs/version-3.30.1/cache-override/CacheOverride/CacheOverride.mdx +++ b/documentation/versioned_docs/version-3.30.1/cache-override/CacheOverride/CacheOverride.mdx @@ -84,7 +84,7 @@ In this example we override the cache for all the requests prefixed /static/ to "type": "javascript", "title": "CacheOverride Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.30.1/config-store/ConfigStore/ConfigStore.mdx b/documentation/versioned_docs/version-3.30.1/config-store/ConfigStore/ConfigStore.mdx index b5935719f1..2b5a6482a2 100644 --- a/documentation/versioned_docs/version-3.30.1/config-store/ConfigStore/ConfigStore.mdx +++ b/documentation/versioned_docs/version-3.30.1/config-store/ConfigStore/ConfigStore.mdx @@ -46,7 +46,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.30.1/config-store/ConfigStore/prototype/get.mdx b/documentation/versioned_docs/version-3.30.1/config-store/ConfigStore/prototype/get.mdx index 295fb3acf7..ce1cef4b49 100644 --- a/documentation/versioned_docs/version-3.30.1/config-store/ConfigStore/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.30.1/config-store/ConfigStore/prototype/get.mdx @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.30.1/dictionary/Dictionary/Dictionary.mdx b/documentation/versioned_docs/version-3.30.1/dictionary/Dictionary/Dictionary.mdx index bbfc51fc6f..f3c058dc54 100644 --- a/documentation/versioned_docs/version-3.30.1/dictionary/Dictionary/Dictionary.mdx +++ b/documentation/versioned_docs/version-3.30.1/dictionary/Dictionary/Dictionary.mdx @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.30.1/dictionary/Dictionary/prototype/get.mdx b/documentation/versioned_docs/version-3.30.1/dictionary/Dictionary/prototype/get.mdx index b80cef4fd9..9bdc33ae2e 100644 --- a/documentation/versioned_docs/version-3.30.1/dictionary/Dictionary/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.30.1/dictionary/Dictionary/prototype/get.mdx @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.30.1/env/env.mdx b/documentation/versioned_docs/version-3.30.1/env/env.mdx index 2e6f33bda9..89d413114f 100644 --- a/documentation/versioned_docs/version-3.30.1/env/env.mdx +++ b/documentation/versioned_docs/version-3.30.1/env/env.mdx @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h "type": "javascript", "title": "env Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.30.1/experimental/allowDynamicBackends.mdx b/documentation/versioned_docs/version-3.30.1/experimental/allowDynamicBackends.mdx index 52a63a8505..9f28a22480 100644 --- a/documentation/versioned_docs/version-3.30.1/experimental/allowDynamicBackends.mdx +++ b/documentation/versioned_docs/version-3.30.1/experimental/allowDynamicBackends.mdx @@ -53,7 +53,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req "type": "javascript", "title": "Dynamic Backends Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.30.1/geolocation/getGeolocationForIpAddress.mdx b/documentation/versioned_docs/version-3.30.1/geolocation/getGeolocationForIpAddress.mdx index bdd7621521..8f8641c1d0 100644 --- a/documentation/versioned_docs/version-3.30.1/geolocation/getGeolocationForIpAddress.mdx +++ b/documentation/versioned_docs/version-3.30.1/geolocation/getGeolocationForIpAddress.mdx @@ -106,7 +106,7 @@ In this example we return the geolocation details for the provided ip querystrin "type": "javascript", "title": "getGeolocationForIpAddress Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.30.1/index.mdx b/documentation/versioned_docs/version-3.30.1/index.mdx index 1670189828..2aab784192 100644 --- a/documentation/versioned_docs/version-3.30.1/index.mdx +++ b/documentation/versioned_docs/version-3.30.1/index.mdx @@ -48,7 +48,7 @@ JavaScript code compiled for Fastly Compute has access to a global environment w "type": "javascript", "title": "Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.30.1/logger/Logger/Logger.mdx b/documentation/versioned_docs/version-3.30.1/logger/Logger/Logger.mdx index bd7ed9b585..01c7913ff8 100644 --- a/documentation/versioned_docs/version-3.30.1/logger/Logger/Logger.mdx +++ b/documentation/versioned_docs/version-3.30.1/logger/Logger/Logger.mdx @@ -35,7 +35,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.30.1/logger/Logger/prototype/log.mdx b/documentation/versioned_docs/version-3.30.1/logger/Logger/prototype/log.mdx index f64a83360a..2a290ae97f 100644 --- a/documentation/versioned_docs/version-3.30.1/logger/Logger/prototype/log.mdx +++ b/documentation/versioned_docs/version-3.30.1/logger/Logger/prototype/log.mdx @@ -40,7 +40,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger.prototype.log Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.31.0/backend/Backend/Backend.mdx b/documentation/versioned_docs/version-3.31.0/backend/Backend/Backend.mdx index 3db45735ce..ceccf8fa0e 100644 --- a/documentation/versioned_docs/version-3.31.0/backend/Backend/Backend.mdx +++ b/documentation/versioned_docs/version-3.31.0/backend/Backend/Backend.mdx @@ -119,7 +119,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.31.0/backend/Backend/prototype/name.mdx b/documentation/versioned_docs/version-3.31.0/backend/Backend/prototype/name.mdx index bb4081114b..c04295a4b6 100644 --- a/documentation/versioned_docs/version-3.31.0/backend/Backend/prototype/name.mdx +++ b/documentation/versioned_docs/version-3.31.0/backend/Backend/prototype/name.mdx @@ -28,7 +28,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.name Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.31.0/backend/Backend/prototype/toString.mdx b/documentation/versioned_docs/version-3.31.0/backend/Backend/prototype/toString.mdx index 5e8bb1a987..48a42b604f 100644 --- a/documentation/versioned_docs/version-3.31.0/backend/Backend/prototype/toString.mdx +++ b/documentation/versioned_docs/version-3.31.0/backend/Backend/prototype/toString.mdx @@ -45,7 +45,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.toString Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.31.0/backend/setDefaultDynamicBackendConfig.mdx b/documentation/versioned_docs/version-3.31.0/backend/setDefaultDynamicBackendConfig.mdx index f4c5816ad3..7dc81863b0 100644 --- a/documentation/versioned_docs/version-3.31.0/backend/setDefaultDynamicBackendConfig.mdx +++ b/documentation/versioned_docs/version-3.31.0/backend/setDefaultDynamicBackendConfig.mdx @@ -89,7 +89,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.31.0/cache-override/CacheOverride/CacheOverride.mdx b/documentation/versioned_docs/version-3.31.0/cache-override/CacheOverride/CacheOverride.mdx index 479167cf07..e68893f2f0 100644 --- a/documentation/versioned_docs/version-3.31.0/cache-override/CacheOverride/CacheOverride.mdx +++ b/documentation/versioned_docs/version-3.31.0/cache-override/CacheOverride/CacheOverride.mdx @@ -84,7 +84,7 @@ In this example we override the cache for all the requests prefixed /static/ to "type": "javascript", "title": "CacheOverride Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.31.0/config-store/ConfigStore/ConfigStore.mdx b/documentation/versioned_docs/version-3.31.0/config-store/ConfigStore/ConfigStore.mdx index b5935719f1..2b5a6482a2 100644 --- a/documentation/versioned_docs/version-3.31.0/config-store/ConfigStore/ConfigStore.mdx +++ b/documentation/versioned_docs/version-3.31.0/config-store/ConfigStore/ConfigStore.mdx @@ -46,7 +46,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.31.0/config-store/ConfigStore/prototype/get.mdx b/documentation/versioned_docs/version-3.31.0/config-store/ConfigStore/prototype/get.mdx index 295fb3acf7..ce1cef4b49 100644 --- a/documentation/versioned_docs/version-3.31.0/config-store/ConfigStore/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.31.0/config-store/ConfigStore/prototype/get.mdx @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.31.0/dictionary/Dictionary/Dictionary.mdx b/documentation/versioned_docs/version-3.31.0/dictionary/Dictionary/Dictionary.mdx index bbfc51fc6f..f3c058dc54 100644 --- a/documentation/versioned_docs/version-3.31.0/dictionary/Dictionary/Dictionary.mdx +++ b/documentation/versioned_docs/version-3.31.0/dictionary/Dictionary/Dictionary.mdx @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.31.0/dictionary/Dictionary/prototype/get.mdx b/documentation/versioned_docs/version-3.31.0/dictionary/Dictionary/prototype/get.mdx index b80cef4fd9..9bdc33ae2e 100644 --- a/documentation/versioned_docs/version-3.31.0/dictionary/Dictionary/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.31.0/dictionary/Dictionary/prototype/get.mdx @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.31.0/env/env.mdx b/documentation/versioned_docs/version-3.31.0/env/env.mdx index 2e6f33bda9..89d413114f 100644 --- a/documentation/versioned_docs/version-3.31.0/env/env.mdx +++ b/documentation/versioned_docs/version-3.31.0/env/env.mdx @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h "type": "javascript", "title": "env Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.31.0/experimental/allowDynamicBackends.mdx b/documentation/versioned_docs/version-3.31.0/experimental/allowDynamicBackends.mdx index 52a63a8505..9f28a22480 100644 --- a/documentation/versioned_docs/version-3.31.0/experimental/allowDynamicBackends.mdx +++ b/documentation/versioned_docs/version-3.31.0/experimental/allowDynamicBackends.mdx @@ -53,7 +53,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req "type": "javascript", "title": "Dynamic Backends Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.31.0/geolocation/getGeolocationForIpAddress.mdx b/documentation/versioned_docs/version-3.31.0/geolocation/getGeolocationForIpAddress.mdx index bdd7621521..8f8641c1d0 100644 --- a/documentation/versioned_docs/version-3.31.0/geolocation/getGeolocationForIpAddress.mdx +++ b/documentation/versioned_docs/version-3.31.0/geolocation/getGeolocationForIpAddress.mdx @@ -106,7 +106,7 @@ In this example we return the geolocation details for the provided ip querystrin "type": "javascript", "title": "getGeolocationForIpAddress Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.31.0/index.mdx b/documentation/versioned_docs/version-3.31.0/index.mdx index 1670189828..2aab784192 100644 --- a/documentation/versioned_docs/version-3.31.0/index.mdx +++ b/documentation/versioned_docs/version-3.31.0/index.mdx @@ -48,7 +48,7 @@ JavaScript code compiled for Fastly Compute has access to a global environment w "type": "javascript", "title": "Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.31.0/logger/Logger/Logger.mdx b/documentation/versioned_docs/version-3.31.0/logger/Logger/Logger.mdx index bd7ed9b585..01c7913ff8 100644 --- a/documentation/versioned_docs/version-3.31.0/logger/Logger/Logger.mdx +++ b/documentation/versioned_docs/version-3.31.0/logger/Logger/Logger.mdx @@ -35,7 +35,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.31.0/logger/Logger/prototype/log.mdx b/documentation/versioned_docs/version-3.31.0/logger/Logger/prototype/log.mdx index f64a83360a..2a290ae97f 100644 --- a/documentation/versioned_docs/version-3.31.0/logger/Logger/prototype/log.mdx +++ b/documentation/versioned_docs/version-3.31.0/logger/Logger/prototype/log.mdx @@ -40,7 +40,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger.prototype.log Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.32.2/backend/Backend/Backend.mdx b/documentation/versioned_docs/version-3.32.2/backend/Backend/Backend.mdx index 3db45735ce..ceccf8fa0e 100644 --- a/documentation/versioned_docs/version-3.32.2/backend/Backend/Backend.mdx +++ b/documentation/versioned_docs/version-3.32.2/backend/Backend/Backend.mdx @@ -119,7 +119,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.32.2/backend/Backend/prototype/name.mdx b/documentation/versioned_docs/version-3.32.2/backend/Backend/prototype/name.mdx index bb4081114b..c04295a4b6 100644 --- a/documentation/versioned_docs/version-3.32.2/backend/Backend/prototype/name.mdx +++ b/documentation/versioned_docs/version-3.32.2/backend/Backend/prototype/name.mdx @@ -28,7 +28,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.name Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.32.2/backend/Backend/prototype/toString.mdx b/documentation/versioned_docs/version-3.32.2/backend/Backend/prototype/toString.mdx index 5e8bb1a987..48a42b604f 100644 --- a/documentation/versioned_docs/version-3.32.2/backend/Backend/prototype/toString.mdx +++ b/documentation/versioned_docs/version-3.32.2/backend/Backend/prototype/toString.mdx @@ -45,7 +45,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.toString Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.32.2/backend/setDefaultDynamicBackendConfig.mdx b/documentation/versioned_docs/version-3.32.2/backend/setDefaultDynamicBackendConfig.mdx index f4c5816ad3..7dc81863b0 100644 --- a/documentation/versioned_docs/version-3.32.2/backend/setDefaultDynamicBackendConfig.mdx +++ b/documentation/versioned_docs/version-3.32.2/backend/setDefaultDynamicBackendConfig.mdx @@ -89,7 +89,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.32.2/cache-override/CacheOverride/CacheOverride.mdx b/documentation/versioned_docs/version-3.32.2/cache-override/CacheOverride/CacheOverride.mdx index 479167cf07..e68893f2f0 100644 --- a/documentation/versioned_docs/version-3.32.2/cache-override/CacheOverride/CacheOverride.mdx +++ b/documentation/versioned_docs/version-3.32.2/cache-override/CacheOverride/CacheOverride.mdx @@ -84,7 +84,7 @@ In this example we override the cache for all the requests prefixed /static/ to "type": "javascript", "title": "CacheOverride Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.32.2/config-store/ConfigStore/ConfigStore.mdx b/documentation/versioned_docs/version-3.32.2/config-store/ConfigStore/ConfigStore.mdx index b5935719f1..2b5a6482a2 100644 --- a/documentation/versioned_docs/version-3.32.2/config-store/ConfigStore/ConfigStore.mdx +++ b/documentation/versioned_docs/version-3.32.2/config-store/ConfigStore/ConfigStore.mdx @@ -46,7 +46,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.32.2/config-store/ConfigStore/prototype/get.mdx b/documentation/versioned_docs/version-3.32.2/config-store/ConfigStore/prototype/get.mdx index 295fb3acf7..ce1cef4b49 100644 --- a/documentation/versioned_docs/version-3.32.2/config-store/ConfigStore/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.32.2/config-store/ConfigStore/prototype/get.mdx @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.32.2/dictionary/Dictionary/Dictionary.mdx b/documentation/versioned_docs/version-3.32.2/dictionary/Dictionary/Dictionary.mdx index bbfc51fc6f..f3c058dc54 100644 --- a/documentation/versioned_docs/version-3.32.2/dictionary/Dictionary/Dictionary.mdx +++ b/documentation/versioned_docs/version-3.32.2/dictionary/Dictionary/Dictionary.mdx @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.32.2/dictionary/Dictionary/prototype/get.mdx b/documentation/versioned_docs/version-3.32.2/dictionary/Dictionary/prototype/get.mdx index b80cef4fd9..9bdc33ae2e 100644 --- a/documentation/versioned_docs/version-3.32.2/dictionary/Dictionary/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.32.2/dictionary/Dictionary/prototype/get.mdx @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.32.2/env/env.mdx b/documentation/versioned_docs/version-3.32.2/env/env.mdx index 2e6f33bda9..89d413114f 100644 --- a/documentation/versioned_docs/version-3.32.2/env/env.mdx +++ b/documentation/versioned_docs/version-3.32.2/env/env.mdx @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h "type": "javascript", "title": "env Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.32.2/experimental/allowDynamicBackends.mdx b/documentation/versioned_docs/version-3.32.2/experimental/allowDynamicBackends.mdx index 52a63a8505..9f28a22480 100644 --- a/documentation/versioned_docs/version-3.32.2/experimental/allowDynamicBackends.mdx +++ b/documentation/versioned_docs/version-3.32.2/experimental/allowDynamicBackends.mdx @@ -53,7 +53,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req "type": "javascript", "title": "Dynamic Backends Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.32.2/geolocation/getGeolocationForIpAddress.mdx b/documentation/versioned_docs/version-3.32.2/geolocation/getGeolocationForIpAddress.mdx index bdd7621521..8f8641c1d0 100644 --- a/documentation/versioned_docs/version-3.32.2/geolocation/getGeolocationForIpAddress.mdx +++ b/documentation/versioned_docs/version-3.32.2/geolocation/getGeolocationForIpAddress.mdx @@ -106,7 +106,7 @@ In this example we return the geolocation details for the provided ip querystrin "type": "javascript", "title": "getGeolocationForIpAddress Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.32.2/index.mdx b/documentation/versioned_docs/version-3.32.2/index.mdx index 1670189828..2aab784192 100644 --- a/documentation/versioned_docs/version-3.32.2/index.mdx +++ b/documentation/versioned_docs/version-3.32.2/index.mdx @@ -48,7 +48,7 @@ JavaScript code compiled for Fastly Compute has access to a global environment w "type": "javascript", "title": "Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.32.2/logger/Logger/Logger.mdx b/documentation/versioned_docs/version-3.32.2/logger/Logger/Logger.mdx index bd7ed9b585..01c7913ff8 100644 --- a/documentation/versioned_docs/version-3.32.2/logger/Logger/Logger.mdx +++ b/documentation/versioned_docs/version-3.32.2/logger/Logger/Logger.mdx @@ -35,7 +35,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.32.2/logger/Logger/prototype/log.mdx b/documentation/versioned_docs/version-3.32.2/logger/Logger/prototype/log.mdx index f64a83360a..2a290ae97f 100644 --- a/documentation/versioned_docs/version-3.32.2/logger/Logger/prototype/log.mdx +++ b/documentation/versioned_docs/version-3.32.2/logger/Logger/prototype/log.mdx @@ -40,7 +40,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger.prototype.log Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.33.0/backend/Backend/Backend.mdx b/documentation/versioned_docs/version-3.33.0/backend/Backend/Backend.mdx index 3db45735ce..ceccf8fa0e 100644 --- a/documentation/versioned_docs/version-3.33.0/backend/Backend/Backend.mdx +++ b/documentation/versioned_docs/version-3.33.0/backend/Backend/Backend.mdx @@ -119,7 +119,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.0/backend/Backend/prototype/name.mdx b/documentation/versioned_docs/version-3.33.0/backend/Backend/prototype/name.mdx index bb4081114b..c04295a4b6 100644 --- a/documentation/versioned_docs/version-3.33.0/backend/Backend/prototype/name.mdx +++ b/documentation/versioned_docs/version-3.33.0/backend/Backend/prototype/name.mdx @@ -28,7 +28,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.name Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.0/backend/Backend/prototype/toString.mdx b/documentation/versioned_docs/version-3.33.0/backend/Backend/prototype/toString.mdx index 5e8bb1a987..48a42b604f 100644 --- a/documentation/versioned_docs/version-3.33.0/backend/Backend/prototype/toString.mdx +++ b/documentation/versioned_docs/version-3.33.0/backend/Backend/prototype/toString.mdx @@ -45,7 +45,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.toString Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.0/backend/setDefaultDynamicBackendConfig.mdx b/documentation/versioned_docs/version-3.33.0/backend/setDefaultDynamicBackendConfig.mdx index f4c5816ad3..7dc81863b0 100644 --- a/documentation/versioned_docs/version-3.33.0/backend/setDefaultDynamicBackendConfig.mdx +++ b/documentation/versioned_docs/version-3.33.0/backend/setDefaultDynamicBackendConfig.mdx @@ -89,7 +89,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.0/cache-override/CacheOverride/CacheOverride.mdx b/documentation/versioned_docs/version-3.33.0/cache-override/CacheOverride/CacheOverride.mdx index 479167cf07..e68893f2f0 100644 --- a/documentation/versioned_docs/version-3.33.0/cache-override/CacheOverride/CacheOverride.mdx +++ b/documentation/versioned_docs/version-3.33.0/cache-override/CacheOverride/CacheOverride.mdx @@ -84,7 +84,7 @@ In this example we override the cache for all the requests prefixed /static/ to "type": "javascript", "title": "CacheOverride Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.0/config-store/ConfigStore/ConfigStore.mdx b/documentation/versioned_docs/version-3.33.0/config-store/ConfigStore/ConfigStore.mdx index b5935719f1..2b5a6482a2 100644 --- a/documentation/versioned_docs/version-3.33.0/config-store/ConfigStore/ConfigStore.mdx +++ b/documentation/versioned_docs/version-3.33.0/config-store/ConfigStore/ConfigStore.mdx @@ -46,7 +46,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.0/config-store/ConfigStore/prototype/get.mdx b/documentation/versioned_docs/version-3.33.0/config-store/ConfigStore/prototype/get.mdx index 295fb3acf7..ce1cef4b49 100644 --- a/documentation/versioned_docs/version-3.33.0/config-store/ConfigStore/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.33.0/config-store/ConfigStore/prototype/get.mdx @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.0/dictionary/Dictionary/Dictionary.mdx b/documentation/versioned_docs/version-3.33.0/dictionary/Dictionary/Dictionary.mdx index bbfc51fc6f..f3c058dc54 100644 --- a/documentation/versioned_docs/version-3.33.0/dictionary/Dictionary/Dictionary.mdx +++ b/documentation/versioned_docs/version-3.33.0/dictionary/Dictionary/Dictionary.mdx @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.0/dictionary/Dictionary/prototype/get.mdx b/documentation/versioned_docs/version-3.33.0/dictionary/Dictionary/prototype/get.mdx index b80cef4fd9..9bdc33ae2e 100644 --- a/documentation/versioned_docs/version-3.33.0/dictionary/Dictionary/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.33.0/dictionary/Dictionary/prototype/get.mdx @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.0/env/env.mdx b/documentation/versioned_docs/version-3.33.0/env/env.mdx index 2e6f33bda9..89d413114f 100644 --- a/documentation/versioned_docs/version-3.33.0/env/env.mdx +++ b/documentation/versioned_docs/version-3.33.0/env/env.mdx @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h "type": "javascript", "title": "env Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.0/experimental/allowDynamicBackends.mdx b/documentation/versioned_docs/version-3.33.0/experimental/allowDynamicBackends.mdx index 52a63a8505..9f28a22480 100644 --- a/documentation/versioned_docs/version-3.33.0/experimental/allowDynamicBackends.mdx +++ b/documentation/versioned_docs/version-3.33.0/experimental/allowDynamicBackends.mdx @@ -53,7 +53,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req "type": "javascript", "title": "Dynamic Backends Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.0/geolocation/getGeolocationForIpAddress.mdx b/documentation/versioned_docs/version-3.33.0/geolocation/getGeolocationForIpAddress.mdx index bdd7621521..8f8641c1d0 100644 --- a/documentation/versioned_docs/version-3.33.0/geolocation/getGeolocationForIpAddress.mdx +++ b/documentation/versioned_docs/version-3.33.0/geolocation/getGeolocationForIpAddress.mdx @@ -106,7 +106,7 @@ In this example we return the geolocation details for the provided ip querystrin "type": "javascript", "title": "getGeolocationForIpAddress Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.0/logger/Logger/Logger.mdx b/documentation/versioned_docs/version-3.33.0/logger/Logger/Logger.mdx index bd7ed9b585..01c7913ff8 100644 --- a/documentation/versioned_docs/version-3.33.0/logger/Logger/Logger.mdx +++ b/documentation/versioned_docs/version-3.33.0/logger/Logger/Logger.mdx @@ -35,7 +35,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.33.0/logger/Logger/prototype/log.mdx b/documentation/versioned_docs/version-3.33.0/logger/Logger/prototype/log.mdx index f64a83360a..2a290ae97f 100644 --- a/documentation/versioned_docs/version-3.33.0/logger/Logger/prototype/log.mdx +++ b/documentation/versioned_docs/version-3.33.0/logger/Logger/prototype/log.mdx @@ -40,7 +40,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger.prototype.log Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.33.1/backend/Backend/Backend.mdx b/documentation/versioned_docs/version-3.33.1/backend/Backend/Backend.mdx index 3db45735ce..ceccf8fa0e 100644 --- a/documentation/versioned_docs/version-3.33.1/backend/Backend/Backend.mdx +++ b/documentation/versioned_docs/version-3.33.1/backend/Backend/Backend.mdx @@ -119,7 +119,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.1/backend/Backend/prototype/name.mdx b/documentation/versioned_docs/version-3.33.1/backend/Backend/prototype/name.mdx index bb4081114b..c04295a4b6 100644 --- a/documentation/versioned_docs/version-3.33.1/backend/Backend/prototype/name.mdx +++ b/documentation/versioned_docs/version-3.33.1/backend/Backend/prototype/name.mdx @@ -28,7 +28,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.name Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.1/backend/Backend/prototype/toString.mdx b/documentation/versioned_docs/version-3.33.1/backend/Backend/prototype/toString.mdx index 5e8bb1a987..48a42b604f 100644 --- a/documentation/versioned_docs/version-3.33.1/backend/Backend/prototype/toString.mdx +++ b/documentation/versioned_docs/version-3.33.1/backend/Backend/prototype/toString.mdx @@ -45,7 +45,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.toString Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.1/backend/setDefaultDynamicBackendConfig.mdx b/documentation/versioned_docs/version-3.33.1/backend/setDefaultDynamicBackendConfig.mdx index f4c5816ad3..7dc81863b0 100644 --- a/documentation/versioned_docs/version-3.33.1/backend/setDefaultDynamicBackendConfig.mdx +++ b/documentation/versioned_docs/version-3.33.1/backend/setDefaultDynamicBackendConfig.mdx @@ -89,7 +89,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.1/cache-override/CacheOverride/CacheOverride.mdx b/documentation/versioned_docs/version-3.33.1/cache-override/CacheOverride/CacheOverride.mdx index 479167cf07..e68893f2f0 100644 --- a/documentation/versioned_docs/version-3.33.1/cache-override/CacheOverride/CacheOverride.mdx +++ b/documentation/versioned_docs/version-3.33.1/cache-override/CacheOverride/CacheOverride.mdx @@ -84,7 +84,7 @@ In this example we override the cache for all the requests prefixed /static/ to "type": "javascript", "title": "CacheOverride Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.1/config-store/ConfigStore/ConfigStore.mdx b/documentation/versioned_docs/version-3.33.1/config-store/ConfigStore/ConfigStore.mdx index b5935719f1..2b5a6482a2 100644 --- a/documentation/versioned_docs/version-3.33.1/config-store/ConfigStore/ConfigStore.mdx +++ b/documentation/versioned_docs/version-3.33.1/config-store/ConfigStore/ConfigStore.mdx @@ -46,7 +46,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.1/config-store/ConfigStore/prototype/get.mdx b/documentation/versioned_docs/version-3.33.1/config-store/ConfigStore/prototype/get.mdx index 295fb3acf7..ce1cef4b49 100644 --- a/documentation/versioned_docs/version-3.33.1/config-store/ConfigStore/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.33.1/config-store/ConfigStore/prototype/get.mdx @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.1/dictionary/Dictionary/Dictionary.mdx b/documentation/versioned_docs/version-3.33.1/dictionary/Dictionary/Dictionary.mdx index bbfc51fc6f..f3c058dc54 100644 --- a/documentation/versioned_docs/version-3.33.1/dictionary/Dictionary/Dictionary.mdx +++ b/documentation/versioned_docs/version-3.33.1/dictionary/Dictionary/Dictionary.mdx @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.1/dictionary/Dictionary/prototype/get.mdx b/documentation/versioned_docs/version-3.33.1/dictionary/Dictionary/prototype/get.mdx index b80cef4fd9..9bdc33ae2e 100644 --- a/documentation/versioned_docs/version-3.33.1/dictionary/Dictionary/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.33.1/dictionary/Dictionary/prototype/get.mdx @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.1/env/env.mdx b/documentation/versioned_docs/version-3.33.1/env/env.mdx index 2e6f33bda9..89d413114f 100644 --- a/documentation/versioned_docs/version-3.33.1/env/env.mdx +++ b/documentation/versioned_docs/version-3.33.1/env/env.mdx @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h "type": "javascript", "title": "env Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.1/experimental/allowDynamicBackends.mdx b/documentation/versioned_docs/version-3.33.1/experimental/allowDynamicBackends.mdx index 52a63a8505..9f28a22480 100644 --- a/documentation/versioned_docs/version-3.33.1/experimental/allowDynamicBackends.mdx +++ b/documentation/versioned_docs/version-3.33.1/experimental/allowDynamicBackends.mdx @@ -53,7 +53,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req "type": "javascript", "title": "Dynamic Backends Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.1/geolocation/getGeolocationForIpAddress.mdx b/documentation/versioned_docs/version-3.33.1/geolocation/getGeolocationForIpAddress.mdx index bdd7621521..8f8641c1d0 100644 --- a/documentation/versioned_docs/version-3.33.1/geolocation/getGeolocationForIpAddress.mdx +++ b/documentation/versioned_docs/version-3.33.1/geolocation/getGeolocationForIpAddress.mdx @@ -106,7 +106,7 @@ In this example we return the geolocation details for the provided ip querystrin "type": "javascript", "title": "getGeolocationForIpAddress Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.1/index.mdx b/documentation/versioned_docs/version-3.33.1/index.mdx index 1670189828..2aab784192 100644 --- a/documentation/versioned_docs/version-3.33.1/index.mdx +++ b/documentation/versioned_docs/version-3.33.1/index.mdx @@ -48,7 +48,7 @@ JavaScript code compiled for Fastly Compute has access to a global environment w "type": "javascript", "title": "Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.1/logger/Logger/Logger.mdx b/documentation/versioned_docs/version-3.33.1/logger/Logger/Logger.mdx index bd7ed9b585..01c7913ff8 100644 --- a/documentation/versioned_docs/version-3.33.1/logger/Logger/Logger.mdx +++ b/documentation/versioned_docs/version-3.33.1/logger/Logger/Logger.mdx @@ -35,7 +35,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.33.1/logger/Logger/prototype/log.mdx b/documentation/versioned_docs/version-3.33.1/logger/Logger/prototype/log.mdx index f64a83360a..2a290ae97f 100644 --- a/documentation/versioned_docs/version-3.33.1/logger/Logger/prototype/log.mdx +++ b/documentation/versioned_docs/version-3.33.1/logger/Logger/prototype/log.mdx @@ -40,7 +40,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger.prototype.log Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.33.2/backend/Backend/Backend.mdx b/documentation/versioned_docs/version-3.33.2/backend/Backend/Backend.mdx index 3db45735ce..ceccf8fa0e 100644 --- a/documentation/versioned_docs/version-3.33.2/backend/Backend/Backend.mdx +++ b/documentation/versioned_docs/version-3.33.2/backend/Backend/Backend.mdx @@ -119,7 +119,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.2/backend/Backend/prototype/name.mdx b/documentation/versioned_docs/version-3.33.2/backend/Backend/prototype/name.mdx index bb4081114b..c04295a4b6 100644 --- a/documentation/versioned_docs/version-3.33.2/backend/Backend/prototype/name.mdx +++ b/documentation/versioned_docs/version-3.33.2/backend/Backend/prototype/name.mdx @@ -28,7 +28,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.name Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.2/backend/Backend/prototype/toString.mdx b/documentation/versioned_docs/version-3.33.2/backend/Backend/prototype/toString.mdx index 5e8bb1a987..48a42b604f 100644 --- a/documentation/versioned_docs/version-3.33.2/backend/Backend/prototype/toString.mdx +++ b/documentation/versioned_docs/version-3.33.2/backend/Backend/prototype/toString.mdx @@ -45,7 +45,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.toString Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.2/backend/setDefaultDynamicBackendConfig.mdx b/documentation/versioned_docs/version-3.33.2/backend/setDefaultDynamicBackendConfig.mdx index f4c5816ad3..7dc81863b0 100644 --- a/documentation/versioned_docs/version-3.33.2/backend/setDefaultDynamicBackendConfig.mdx +++ b/documentation/versioned_docs/version-3.33.2/backend/setDefaultDynamicBackendConfig.mdx @@ -89,7 +89,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.2/cache-override/CacheOverride/CacheOverride.mdx b/documentation/versioned_docs/version-3.33.2/cache-override/CacheOverride/CacheOverride.mdx index 479167cf07..e68893f2f0 100644 --- a/documentation/versioned_docs/version-3.33.2/cache-override/CacheOverride/CacheOverride.mdx +++ b/documentation/versioned_docs/version-3.33.2/cache-override/CacheOverride/CacheOverride.mdx @@ -84,7 +84,7 @@ In this example we override the cache for all the requests prefixed /static/ to "type": "javascript", "title": "CacheOverride Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.2/config-store/ConfigStore/ConfigStore.mdx b/documentation/versioned_docs/version-3.33.2/config-store/ConfigStore/ConfigStore.mdx index b5935719f1..2b5a6482a2 100644 --- a/documentation/versioned_docs/version-3.33.2/config-store/ConfigStore/ConfigStore.mdx +++ b/documentation/versioned_docs/version-3.33.2/config-store/ConfigStore/ConfigStore.mdx @@ -46,7 +46,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.2/config-store/ConfigStore/prototype/get.mdx b/documentation/versioned_docs/version-3.33.2/config-store/ConfigStore/prototype/get.mdx index 295fb3acf7..ce1cef4b49 100644 --- a/documentation/versioned_docs/version-3.33.2/config-store/ConfigStore/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.33.2/config-store/ConfigStore/prototype/get.mdx @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.2/dictionary/Dictionary/Dictionary.mdx b/documentation/versioned_docs/version-3.33.2/dictionary/Dictionary/Dictionary.mdx index bbfc51fc6f..f3c058dc54 100644 --- a/documentation/versioned_docs/version-3.33.2/dictionary/Dictionary/Dictionary.mdx +++ b/documentation/versioned_docs/version-3.33.2/dictionary/Dictionary/Dictionary.mdx @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.2/dictionary/Dictionary/prototype/get.mdx b/documentation/versioned_docs/version-3.33.2/dictionary/Dictionary/prototype/get.mdx index b80cef4fd9..9bdc33ae2e 100644 --- a/documentation/versioned_docs/version-3.33.2/dictionary/Dictionary/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.33.2/dictionary/Dictionary/prototype/get.mdx @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.2/env/env.mdx b/documentation/versioned_docs/version-3.33.2/env/env.mdx index 2e6f33bda9..89d413114f 100644 --- a/documentation/versioned_docs/version-3.33.2/env/env.mdx +++ b/documentation/versioned_docs/version-3.33.2/env/env.mdx @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h "type": "javascript", "title": "env Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.2/experimental/allowDynamicBackends.mdx b/documentation/versioned_docs/version-3.33.2/experimental/allowDynamicBackends.mdx index 52a63a8505..9f28a22480 100644 --- a/documentation/versioned_docs/version-3.33.2/experimental/allowDynamicBackends.mdx +++ b/documentation/versioned_docs/version-3.33.2/experimental/allowDynamicBackends.mdx @@ -53,7 +53,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req "type": "javascript", "title": "Dynamic Backends Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.2/geolocation/getGeolocationForIpAddress.mdx b/documentation/versioned_docs/version-3.33.2/geolocation/getGeolocationForIpAddress.mdx index bdd7621521..8f8641c1d0 100644 --- a/documentation/versioned_docs/version-3.33.2/geolocation/getGeolocationForIpAddress.mdx +++ b/documentation/versioned_docs/version-3.33.2/geolocation/getGeolocationForIpAddress.mdx @@ -106,7 +106,7 @@ In this example we return the geolocation details for the provided ip querystrin "type": "javascript", "title": "getGeolocationForIpAddress Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.2/index.mdx b/documentation/versioned_docs/version-3.33.2/index.mdx index 1670189828..2aab784192 100644 --- a/documentation/versioned_docs/version-3.33.2/index.mdx +++ b/documentation/versioned_docs/version-3.33.2/index.mdx @@ -48,7 +48,7 @@ JavaScript code compiled for Fastly Compute has access to a global environment w "type": "javascript", "title": "Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.33.2/logger/Logger/Logger.mdx b/documentation/versioned_docs/version-3.33.2/logger/Logger/Logger.mdx index bd7ed9b585..01c7913ff8 100644 --- a/documentation/versioned_docs/version-3.33.2/logger/Logger/Logger.mdx +++ b/documentation/versioned_docs/version-3.33.2/logger/Logger/Logger.mdx @@ -35,7 +35,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.33.2/logger/Logger/prototype/log.mdx b/documentation/versioned_docs/version-3.33.2/logger/Logger/prototype/log.mdx index f64a83360a..2a290ae97f 100644 --- a/documentation/versioned_docs/version-3.33.2/logger/Logger/prototype/log.mdx +++ b/documentation/versioned_docs/version-3.33.2/logger/Logger/prototype/log.mdx @@ -40,7 +40,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger.prototype.log Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.34.0/backend/Backend/Backend.mdx b/documentation/versioned_docs/version-3.34.0/backend/Backend/Backend.mdx index 3db45735ce..ceccf8fa0e 100644 --- a/documentation/versioned_docs/version-3.34.0/backend/Backend/Backend.mdx +++ b/documentation/versioned_docs/version-3.34.0/backend/Backend/Backend.mdx @@ -119,7 +119,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.34.0/backend/Backend/prototype/name.mdx b/documentation/versioned_docs/version-3.34.0/backend/Backend/prototype/name.mdx index bb4081114b..c04295a4b6 100644 --- a/documentation/versioned_docs/version-3.34.0/backend/Backend/prototype/name.mdx +++ b/documentation/versioned_docs/version-3.34.0/backend/Backend/prototype/name.mdx @@ -28,7 +28,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.name Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.34.0/backend/Backend/prototype/toString.mdx b/documentation/versioned_docs/version-3.34.0/backend/Backend/prototype/toString.mdx index 5e8bb1a987..48a42b604f 100644 --- a/documentation/versioned_docs/version-3.34.0/backend/Backend/prototype/toString.mdx +++ b/documentation/versioned_docs/version-3.34.0/backend/Backend/prototype/toString.mdx @@ -45,7 +45,7 @@ The following example logs the string value of a [Backend](../Backend.mdx) objec "type": "javascript", "title": "Backend.prototype.toString Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.34.0/backend/setDefaultDynamicBackendConfig.mdx b/documentation/versioned_docs/version-3.34.0/backend/setDefaultDynamicBackendConfig.mdx index f4c5816ad3..7dc81863b0 100644 --- a/documentation/versioned_docs/version-3.34.0/backend/setDefaultDynamicBackendConfig.mdx +++ b/documentation/versioned_docs/version-3.34.0/backend/setDefaultDynamicBackendConfig.mdx @@ -89,7 +89,7 @@ In this example an explicit Dynamic Backend is created and supplied to the fetch "type": "javascript", "title": "Explicit Dynamic Backend Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.34.0/cache-override/CacheOverride/CacheOverride.mdx b/documentation/versioned_docs/version-3.34.0/cache-override/CacheOverride/CacheOverride.mdx index 479167cf07..e68893f2f0 100644 --- a/documentation/versioned_docs/version-3.34.0/cache-override/CacheOverride/CacheOverride.mdx +++ b/documentation/versioned_docs/version-3.34.0/cache-override/CacheOverride/CacheOverride.mdx @@ -84,7 +84,7 @@ In this example we override the cache for all the requests prefixed /static/ to "type": "javascript", "title": "CacheOverride Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.34.0/config-store/ConfigStore/ConfigStore.mdx b/documentation/versioned_docs/version-3.34.0/config-store/ConfigStore/ConfigStore.mdx index ec34636e4f..92b7d7948f 100644 --- a/documentation/versioned_docs/version-3.34.0/config-store/ConfigStore/ConfigStore.mdx +++ b/documentation/versioned_docs/version-3.34.0/config-store/ConfigStore/ConfigStore.mdx @@ -46,7 +46,7 @@ In this example we have a resource link named "animals" (which is linked to a co "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.34.0/config-store/ConfigStore/prototype/get.mdx b/documentation/versioned_docs/version-3.34.0/config-store/ConfigStore/prototype/get.mdx index 295fb3acf7..ce1cef4b49 100644 --- a/documentation/versioned_docs/version-3.34.0/config-store/ConfigStore/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.34.0/config-store/ConfigStore/prototype/get.mdx @@ -47,7 +47,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "ConfigStore Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.34.0/dictionary/Dictionary/Dictionary.mdx b/documentation/versioned_docs/version-3.34.0/dictionary/Dictionary/Dictionary.mdx index 35ae3b75f9..214c2810a3 100644 --- a/documentation/versioned_docs/version-3.34.0/dictionary/Dictionary/Dictionary.mdx +++ b/documentation/versioned_docs/version-3.34.0/dictionary/Dictionary/Dictionary.mdx @@ -52,7 +52,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.34.0/dictionary/Dictionary/prototype/get.mdx b/documentation/versioned_docs/version-3.34.0/dictionary/Dictionary/prototype/get.mdx index b80cef4fd9..9bdc33ae2e 100644 --- a/documentation/versioned_docs/version-3.34.0/dictionary/Dictionary/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.34.0/dictionary/Dictionary/prototype/get.mdx @@ -55,7 +55,7 @@ In this example we have an Edge Dictionary named "animals" and we return the "ca "type": "javascript", "title": "Dictionary Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.34.0/env/env.mdx b/documentation/versioned_docs/version-3.34.0/env/env.mdx index 2e6f33bda9..89d413114f 100644 --- a/documentation/versioned_docs/version-3.34.0/env/env.mdx +++ b/documentation/versioned_docs/version-3.34.0/env/env.mdx @@ -37,7 +37,7 @@ In this example we log to stdout the environment variables [`FASTLY_HOSTNAME`](h "type": "javascript", "title": "env Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.34.0/experimental/allowDynamicBackends.mdx b/documentation/versioned_docs/version-3.34.0/experimental/allowDynamicBackends.mdx index 52a63a8505..9f28a22480 100644 --- a/documentation/versioned_docs/version-3.34.0/experimental/allowDynamicBackends.mdx +++ b/documentation/versioned_docs/version-3.34.0/experimental/allowDynamicBackends.mdx @@ -53,7 +53,7 @@ In this example an implicit Dynamic Backend is created when making the fetch req "type": "javascript", "title": "Dynamic Backends Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.34.0/geolocation/getGeolocationForIpAddress.mdx b/documentation/versioned_docs/version-3.34.0/geolocation/getGeolocationForIpAddress.mdx index bdd7621521..8f8641c1d0 100644 --- a/documentation/versioned_docs/version-3.34.0/geolocation/getGeolocationForIpAddress.mdx +++ b/documentation/versioned_docs/version-3.34.0/geolocation/getGeolocationForIpAddress.mdx @@ -106,7 +106,7 @@ In this example we return the geolocation details for the provided ip querystrin "type": "javascript", "title": "getGeolocationForIpAddress Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.34.0/index.mdx b/documentation/versioned_docs/version-3.34.0/index.mdx index 1670189828..2aab784192 100644 --- a/documentation/versioned_docs/version-3.34.0/index.mdx +++ b/documentation/versioned_docs/version-3.34.0/index.mdx @@ -48,7 +48,7 @@ JavaScript code compiled for Fastly Compute has access to a global environment w "type": "javascript", "title": "Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^1.0.1\"\n}", diff --git a/documentation/versioned_docs/version-3.34.0/logger/Logger/Logger.mdx b/documentation/versioned_docs/version-3.34.0/logger/Logger/Logger.mdx index bd7ed9b585..01c7913ff8 100644 --- a/documentation/versioned_docs/version-3.34.0/logger/Logger/Logger.mdx +++ b/documentation/versioned_docs/version-3.34.0/logger/Logger/Logger.mdx @@ -35,7 +35,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/documentation/versioned_docs/version-3.34.0/logger/Logger/prototype/log.mdx b/documentation/versioned_docs/version-3.34.0/logger/Logger/prototype/log.mdx index f64a83360a..2a290ae97f 100644 --- a/documentation/versioned_docs/version-3.34.0/logger/Logger/prototype/log.mdx +++ b/documentation/versioned_docs/version-3.34.0/logger/Logger/prototype/log.mdx @@ -40,7 +40,7 @@ In this example we have a create a logger named `"splunk"` and logs the incoming "type": "javascript", "title": "Logger.prototype.log Example", "origins": [ - "https://http-me.glitch.me" + "https://http-me.fastly.dev" ], "src": { "deps": "{\n \"@fastly/js-compute\": \"^3\"\n}", diff --git a/integration-tests/js-compute/fixtures/app/fastly.toml.in b/integration-tests/js-compute/fixtures/app/fastly.toml.in index dcc121fbed..5f7d52e527 100644 --- a/integration-tests/js-compute/fixtures/app/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/app/fastly.toml.in @@ -28,8 +28,8 @@ service_id = "" override_host = "httpbin.org" [local_server.backends.httpme] - url = "https://http-me.glitch.me" - override_host = "http-me.glitch.me" + url = "https://http-me.fastly.dev" + override_host = "http-me.fastly.dev" [local_server.config_stores] [local_server.config_stores.CONFIG_STORE_NAME] @@ -124,7 +124,7 @@ service_id = "" port = 443 [setup.backends.httpme] - address = "http-me.glitch.me" + address = "http-me.fastly.dev" port = 443 [setup.backends.TheOrigin] diff --git a/integration-tests/js-compute/fixtures/app/src/cache-override.js b/integration-tests/js-compute/fixtures/app/src/cache-override.js index 9ae855058a..224df30f83 100644 --- a/integration-tests/js-compute/fixtures/app/src/cache-override.js +++ b/integration-tests/js-compute/fixtures/app/src/cache-override.js @@ -63,10 +63,13 @@ import { isRunningLocally, routes } from './routes.js'; routes.set('/cache-override/fetch/mode-none', async () => { if (isRunningLocally()) return; { - const response = await fetch('https://http-me.glitch.me/now?status=200', { - backend: 'httpme', - cacheOverride: new CacheOverride('none'), - }); + const response = await fetch( + 'https://http-me.fastly.dev/now?status=200', + { + backend: 'httpme', + cacheOverride: new CacheOverride('none'), + }, + ); assert( response.headers.has('x-cache'), true, @@ -75,10 +78,13 @@ import { isRunningLocally, routes } from './routes.js'; } { - const response = await fetch('https://http-me.glitch.me/now?status=200', { - backend: 'httpme', - cacheOverride: 'none', - }); + const response = await fetch( + 'https://http-me.fastly.dev/now?status=200', + { + backend: 'httpme', + cacheOverride: 'none', + }, + ); assert( response.headers.has('x-cache'), true, @@ -90,10 +96,13 @@ import { isRunningLocally, routes } from './routes.js'; if (isRunningLocally()) return; { - const response = await fetch('https://http-me.glitch.me/now?status=200', { - backend: 'httpme', - cacheOverride: new CacheOverride('pass'), - }); + const response = await fetch( + 'https://http-me.fastly.dev/now?status=200', + { + backend: 'httpme', + cacheOverride: new CacheOverride('pass'), + }, + ); assert( response.headers.has('x-cache'), false, @@ -102,10 +111,13 @@ import { isRunningLocally, routes } from './routes.js'; } { - const response = await fetch('https://http-me.glitch.me/now?status=200', { - backend: 'httpme', - cacheOverride: 'pass', - }); + const response = await fetch( + 'https://http-me.fastly.dev/now?status=200', + { + backend: 'httpme', + cacheOverride: 'pass', + }, + ); assert( response.headers.has('x-cache'), false, diff --git a/integration-tests/js-compute/fixtures/app/src/headers.js b/integration-tests/js-compute/fixtures/app/src/headers.js index b219a0d804..b7f1a3820c 100644 --- a/integration-tests/js-compute/fixtures/app/src/headers.js +++ b/integration-tests/js-compute/fixtures/app/src/headers.js @@ -11,7 +11,7 @@ routes.set('/headers/construct', async () => { }); routes.set('/headers/non-ascii-latin1-field-value', async () => { - let response = await fetch('https://http-me.glitch.me/meow?header=cat:é', { + let response = await fetch('https://http-me.fastly.dev/meow?header=cat:é', { backend: 'httpme', }); @@ -23,7 +23,7 @@ routes.set('/headers/non-ascii-latin1-field-value', async () => { routes.set('/headers/getsetcookie', async () => { let response = await fetch( - 'https://http-me.glitch.me/meow?header=Set-Cookie:name1=value1', + 'https://http-me.fastly.dev/meow?header=Set-Cookie:name1=value1', { backend: 'httpme', }, diff --git a/integration-tests/js-compute/fixtures/app/src/manual-framing-headers.js b/integration-tests/js-compute/fixtures/app/src/manual-framing-headers.js index 98bf0d630c..77a795ba9b 100644 --- a/integration-tests/js-compute/fixtures/app/src/manual-framing-headers.js +++ b/integration-tests/js-compute/fixtures/app/src/manual-framing-headers.js @@ -6,7 +6,7 @@ import { assert, assertRejects } from './assertions.js'; import { routes, isRunningLocally } from './routes.js'; async function requestInitObjectLiteral(manualFramingHeaders) { - let request = new Request('https://http-me.glitch.me/anything', { + let request = new Request('https://http-me.fastly.dev/anything', { backend: 'httpme', method: 'POST', body: 'meow', @@ -21,7 +21,7 @@ async function requestInitObjectLiteral(manualFramingHeaders) { } async function requestMethod(manualFramingHeaders) { - let request = new Request('https://http-me.glitch.me/anything', { + let request = new Request('https://http-me.fastly.dev/anything', { backend: 'httpme', method: 'POST', body: 'meow', @@ -36,7 +36,7 @@ async function requestMethod(manualFramingHeaders) { } async function requestClone(manualFramingHeaders) { - let request = new Request('https://http-me.glitch.me/anything', { + let request = new Request('https://http-me.fastly.dev/anything', { backend: 'httpme', method: 'POST', body: 'meow', @@ -51,7 +51,7 @@ async function requestClone(manualFramingHeaders) { } async function fetchInitObjectLiteral(manualFramingHeaders) { - let response = await fetch('https://http-me.glitch.me/anything', { + let response = await fetch('https://http-me.fastly.dev/anything', { backend: 'httpme', method: 'POST', body: 'meow', diff --git a/integration-tests/js-compute/fixtures/module-mode/fastly.toml.in b/integration-tests/js-compute/fixtures/module-mode/fastly.toml.in index 0e6e6ef55b..10637c5c31 100644 --- a/integration-tests/js-compute/fixtures/module-mode/fastly.toml.in +++ b/integration-tests/js-compute/fixtures/module-mode/fastly.toml.in @@ -28,8 +28,8 @@ service_id = "" override_host = "httpbin.org" [local_server.backends.httpme] - url = "https://http-me.glitch.me" - override_host = "http-me.glitch.me" + url = "https://http-me.fastly.dev" + override_host = "http-me.fastly.dev" [local_server.config_stores] [local_server.config_stores.CONFIG_STORE_NAME] @@ -124,7 +124,7 @@ service_id = "" port = 443 [setup.backends.httpme] - address = "http-me.glitch.me" + address = "http-me.fastly.dev" port = 443 [setup.backends.TheOrigin] diff --git a/integration-tests/js-compute/fixtures/module-mode/src/dynamic-backend.js b/integration-tests/js-compute/fixtures/module-mode/src/dynamic-backend.js index 9b5d5f8738..5aafac585d 100644 --- a/integration-tests/js-compute/fixtures/module-mode/src/dynamic-backend.js +++ b/integration-tests/js-compute/fixtures/module-mode/src/dynamic-backend.js @@ -25,25 +25,25 @@ routes.set('/backend/timeout', async () => { allowDynamicBackends(true); let backend = new Backend({ name: 'httpme1', - target: 'http-me.glitch.me', - hostOverride: 'http-me.glitch.me', + target: 'http-me.fastly.dev', + hostOverride: 'http-me.fastly.dev', useSSL: true, dontPool: true, betweenBytesTimeout: 1_000, connectTimeout: 1_000, firstByteTimeout: 1_000, }); - console.time(`fetch('https://http-me.glitch.me/test?wait=5000'`); + console.time(`fetch('https://http-me.fastly.dev/test?wait=5000'`); await assertRejects( () => - fetch('https://http-me.glitch.me/test?wait=5000', { + fetch('https://http-me.fastly.dev/test?wait=5000', { backend, cacheOverride: new CacheOverride('pass'), }), DOMException, 'HTTP response timeout', ); - console.timeEnd(`fetch('https://http-me.glitch.me/test?wait=5000'`); + console.timeEnd(`fetch('https://http-me.fastly.dev/test?wait=5000'`); }); // implicit dynamic backend @@ -53,7 +53,7 @@ routes.set('/backend/timeout', async () => { async () => { allowDynamicBackends(false); await assertRejects(() => - fetch('https://http-me.glitch.me/headers', { + fetch('https://http-me.fastly.dev/headers', { cacheOverride: 'pass', }), ); @@ -66,10 +66,10 @@ routes.set('/backend/timeout', async () => { strictEqual(evt.request.backend, undefined); strictEqual(new Response('test').backend, undefined); await assertResolves(async () => { - const res = await fetch('https://http-me.glitch.me/headers', { + const res = await fetch('https://http-me.fastly.dev/headers', { cacheOverride: 'pass', }); - strictEqual(res.backend.name, 'http-me.glitch.me'); + strictEqual(res.backend.name, 'http-me.fastly.dev'); strictEqual(res.backend.isSSL, true); }); await assertResolves(() => fetch('https://www.fastly.com')); @@ -83,8 +83,8 @@ routes.set('/backend/timeout', async () => { '/implicit-dynamic-backend/dynamic-backends-enabled-called-twice', async () => { allowDynamicBackends(true); - await assertResolves(() => fetch('https://http-me.glitch.me/headers')); - await assertResolves(() => fetch('https://http-me.glitch.me/headers')); + await assertResolves(() => fetch('https://http-me.fastly.dev/headers')); + await assertResolves(() => fetch('https://http-me.fastly.dev/headers')); }, ); routes.set('/implicit-dynamic-backend/default-timeouts', async () => { @@ -98,10 +98,10 @@ routes.set('/backend/timeout', async () => { firstByteTimeout: 3_000, }); await assertResolves(() => - fetch('https://http-me.glitch.me/test?wait=2000'), + fetch('https://http-me.fastly.dev/test?wait=2000'), ); await assertRejects( - () => fetch('https://http-me.glitch.me/test?wait=5000'), + () => fetch('https://http-me.fastly.dev/test?wait=5000'), DOMException, 'HTTP response timeout', ); @@ -116,7 +116,7 @@ routes.set('/backend/timeout', async () => { allowDynamicBackends(true); let backend = createValidHttpMeBackend(); await assertResolves(() => - fetch('https://http-me.glitch.me/headers', { + fetch('https://http-me.fastly.dev/headers', { backend, cacheOverride: new CacheOverride('pass'), }), @@ -2077,13 +2077,13 @@ routes.set('/backend/timeout', async () => { } let backend = new Backend({ name: 'clientCertificate-clientCertificate-valid', - target: 'http-me.glitch.me', + target: 'http-me.fastly.dev', clientCertificate: { certificate: 'a', key: SecretStore.fromBytes(new Uint8Array([1, 2, 3])), }, }); - await fetch('https://http-me.glitch.me/headers', { + await fetch('https://http-me.fastly.dev/headers', { backend, cacheOverride: new CacheOverride('pass'), }); @@ -2101,10 +2101,10 @@ routes.set('/backend/timeout', async () => { } let backend = new Backend({ name: 'grpc-grpc-invalid', - target: 'http-me.glitch.me', + target: 'http-me.fastly.dev', grpc: 0, }); - await fetch('https://http-me.glitch.me/anything', { + await fetch('https://http-me.fastly.dev/anything', { backend, cacheOverride: new CacheOverride('pass'), }); @@ -2116,12 +2116,12 @@ routes.set('/backend/timeout', async () => { } let backend = new Backend({ name: 'grpc-grpc-valid', - target: 'http-me.glitch.me', + target: 'http-me.fastly.dev', grpc: true, }); await assertRejects( () => - fetch('https://http-me.glitch.me/anything', { + fetch('https://http-me.fastly.dev/anything', { backend, cacheOverride: new CacheOverride('pass'), }), @@ -2134,10 +2134,10 @@ routes.set('/backend/timeout', async () => { { routes.set('/backend/constructor/http-keepalive-invalid', async () => { await assertRejects(async () => { - await fetch('https://http-me.glitch.me/anything', { + await fetch('https://http-me.fastly.dev/anything', { backend: new Backend({ name: 'grpc-grpc-invalid', - target: 'http-me.glitch.me', + target: 'http-me.fastly.dev', httpKeepalive: NaN, }), cacheOverride: new CacheOverride('pass'), @@ -2145,10 +2145,10 @@ routes.set('/backend/timeout', async () => { }, RangeError); }); routes.set('/backend/constructor/http-keepalive', async () => { - await fetch('https://http-me.glitch.me/anything', { + await fetch('https://http-me.fastly.dev/anything', { backend: new Backend({ name: 'grpc-grpc-invalid', - target: 'http-me.glitch.me', + target: 'http-me.fastly.dev', httpKeepalive: 500, }), cacheOverride: new CacheOverride('pass'), @@ -2160,20 +2160,20 @@ routes.set('/backend/timeout', async () => { { routes.set('/backend/constructor/tcp-keepalive-invalid', async () => { await assertRejects(async () => { - await fetch('https://http-me.glitch.me/anything', { + await fetch('https://http-me.fastly.dev/anything', { backend: new Backend({ name: 'grpc-grpc-invalid', - target: 'http-me.glitch.me', + target: 'http-me.fastly.dev', tcpKeepalive: 'blah', }), cacheOverride: new CacheOverride('pass'), }); }, TypeError); await assertRejects(async () => { - await fetch('https://http-me.glitch.me/anything', { + await fetch('https://http-me.fastly.dev/anything', { backend: new Backend({ name: 'grpc-grpc-invalid', - target: 'http-me.glitch.me', + target: 'http-me.fastly.dev', tcpKeepalive: { intervalSecs: 'boo', }, @@ -2183,10 +2183,10 @@ routes.set('/backend/timeout', async () => { }, RangeError); }); routes.set('/backend/constructor/tcp-keepalive', async () => { - await fetch('https://http-me.glitch.me/anything', { + await fetch('https://http-me.fastly.dev/anything', { backend: new Backend({ name: 'grpc-grpc-invalid', - target: 'http-me.glitch.me', + target: 'http-me.fastly.dev', tcpKeepalive: { intervalSecs: 1000, probes: 4, @@ -2209,19 +2209,19 @@ routes.set('/backend/timeout', async () => { }); const backend = new Backend({ name: 'new-default', - target: 'http-me.glitch.me', + target: 'http-me.fastly.dev', }); - console.time(`fetch('https://http-me.glitch.me/test?wait=2000'`); + console.time(`fetch('https://http-me.fastly.dev/test?wait=2000'`); await assertRejects( () => - fetch('https://http-me.glitch.me/test?wait=2000', { + fetch('https://http-me.fastly.dev/test?wait=2000', { backend, cacheOverride: new CacheOverride('pass'), }), DOMException, 'HTTP response timeout', ); - console.timeEnd(`fetch('https://http-me.glitch.me/test?wait=2000'`); + console.timeEnd(`fetch('https://http-me.fastly.dev/test?wait=2000'`); }); } @@ -2358,7 +2358,7 @@ routes.set('/backend/timeout', async () => { ); await assertResolves(() => - fetch('https://http-me.glitch.me/headers', { + fetch('https://http-me.fastly.dev/headers', { backend: Backend.fromName('TheOrigin'), }), ); @@ -2498,8 +2498,8 @@ routes.set('/backend/timeout', async () => { strictEqual(backend.toString(), 'http-me'); strictEqual(backend.toName(), 'http-me'); strictEqual(backend.health(), 'unknown'); - strictEqual(backend.target, 'http-me.glitch.me', 'target'); - strictEqual(backend.hostOverride, 'http-me.glitch.me', 'hostOverride'); + strictEqual(backend.target, 'http-me.fastly.dev', 'target'); + strictEqual(backend.hostOverride, 'http-me.fastly.dev', 'hostOverride'); strictEqual(backend.port, 443, 'port'); if (isRunningLocally()) { strictEqual(backend.connectTimeout, null, 'connectTimeout'); @@ -2534,7 +2534,7 @@ routes.set('/backend/timeout', async () => { // ip & port routes.set('/backend/port-ip-defined', async () => { allowDynamicBackends(true); - const res = await fetch('https://http-me.glitch.me/headers', { + const res = await fetch('https://http-me.fastly.dev/headers', { cacheOverride: new CacheOverride('pass'), }); ok(res.port > 0); @@ -2542,7 +2542,7 @@ routes.set('/backend/timeout', async () => { }); routes.set('/backend/port-ip-cached', async () => { allowDynamicBackends(true); - const res = await fetch('https://http-me.glitch.me/headers'); + const res = await fetch('https://http-me.fastly.dev/headers'); strictEqual(res.port, undefined); strictEqual(res.ip, undefined); }); @@ -2554,8 +2554,8 @@ function createValidHttpMeBackend() { // We are defining all the possible fields here but any number of fields can be defined - the ones which are not defined will use their default value instead. return (validHttpMeBackend = new Backend({ name: 'http-me', - target: 'http-me.glitch.me', - hostOverride: 'http-me.glitch.me', + target: 'http-me.fastly.dev', + hostOverride: 'http-me.fastly.dev', connectTimeout: 1000, firstByteTimeout: 180000, betweenBytesTimeout: 9000, @@ -2563,10 +2563,10 @@ function createValidHttpMeBackend() { dontPool: false, tlsMinVersion: 1.2, tlsMaxVersion: 1.2, - certificateHostname: 'http-me.glitch.me', + certificateHostname: 'http-me.fastly.dev', // Colon-delimited list of permitted SSL Ciphers ciphers: 'ECDHE-RSA-AES128-GCM-SHA256:!RC4', - sniHostname: 'http-me.glitch.me', + sniHostname: 'http-me.fastly.dev', })); } diff --git a/integration-tests/js-compute/fixtures/module-mode/src/hono.js b/integration-tests/js-compute/fixtures/module-mode/src/hono.js index 20f5eecfb9..de2cd42917 100644 --- a/integration-tests/js-compute/fixtures/module-mode/src/hono.js +++ b/integration-tests/js-compute/fixtures/module-mode/src/hono.js @@ -10,7 +10,7 @@ routes.set('/hono', async (evt) => { allowDynamicBackends(true); app.get('/hono', async (c) => { const newRequest = new Request( - 'https://http-me.glitch.me/anything', + 'https://http-me.fastly.dev/anything', c.req.raw, ); newRequest.headers.set('X-Connecting-IP', `${REALIP}`); diff --git a/integration-tests/js-compute/fixtures/module-mode/src/transform-stream.js b/integration-tests/js-compute/fixtures/module-mode/src/transform-stream.js index f95e51c7f0..a738727228 100644 --- a/integration-tests/js-compute/fixtures/module-mode/src/transform-stream.js +++ b/integration-tests/js-compute/fixtures/module-mode/src/transform-stream.js @@ -11,21 +11,27 @@ function upperCase() { } routes.set('/transform-stream/identity', () => { - return fetch('https://http-me.glitch.me/test?body=hello').then((response) => { - return new Response(response.body.pipeThrough(new TransformStream())); - }); + return fetch('https://http-me.fastly.dev/test?body=hello').then( + (response) => { + return new Response(response.body.pipeThrough(new TransformStream())); + }, + ); }); routes.set('/transform-stream/uppercase', () => { - return fetch('https://http-me.glitch.me/test?body=hello').then((response) => { - return new Response(response.body.pipeThrough(upperCase())); - }); + return fetch('https://http-me.fastly.dev/test?body=hello').then( + (response) => { + return new Response(response.body.pipeThrough(upperCase())); + }, + ); }); routes.set('/transform-stream/parallel-uppercase', () => { - return fetch('https://http-me.glitch.me/test?body=hello').then((response) => { - return new Response(response.body.pipeThrough(upperCase())); - }); + return fetch('https://http-me.fastly.dev/test?body=hello').then( + (response) => { + return new Response(response.body.pipeThrough(upperCase())); + }, + ); }); // This is not a test, but the nested stream we loop back to in testing diff --git a/types/backend.d.ts b/types/backend.d.ts index f16203dc80..397fadf5a0 100644 --- a/types/backend.d.ts +++ b/types/backend.d.ts @@ -238,7 +238,7 @@ declare module 'fastly:backend' { * "type": "javascript", * "title": "Explicit Dynamic Backend Example", * "origins": [ - * "https://http-me.glitch.me" + * "https://http-me.fastly.dev" * ], * "src": { * "deps": "{\n \"@fastly/js-compute\": \"^0.7.0\"\n}", diff --git a/types/cache-override.d.ts b/types/cache-override.d.ts index 68756bc9f4..41b2d0869b 100644 --- a/types/cache-override.d.ts +++ b/types/cache-override.d.ts @@ -121,7 +121,7 @@ declare module 'fastly:cache-override' { * "type": "javascript", * "title": "CacheOverride Example", * "origins": [ - * "https://http-me.glitch.me" + * "https://http-me.fastly.dev" * ], * "src": { * "deps": "{\n \"@fastly/js-compute\": \"^0.7.0\"\n}", diff --git a/types/env.d.ts b/types/env.d.ts index c520aa6b16..3ac40d8fc8 100644 --- a/types/env.d.ts +++ b/types/env.d.ts @@ -17,7 +17,7 @@ declare module 'fastly:env' { * "type": "javascript", * "title": "Environment Variable Example", * "origins": [ - * "https://http-me.glitch.me" + * "https://http-me.fastly.dev" * ], * "src": { * "deps": "{\n \"@fastly/js-compute\": \"^0.7.0\"\n}", diff --git a/types/geolocation.d.ts b/types/geolocation.d.ts index ad02b279ae..4cf2312aba 100644 --- a/types/geolocation.d.ts +++ b/types/geolocation.d.ts @@ -16,7 +16,7 @@ declare module 'fastly:geolocation' { * "type": "javascript", * "title": "Geolocation Example", * "origins": [ - * "https://http-me.glitch.me" + * "https://http-me.fastly.dev" * ], * "src": { * "deps": "{\n \"@fastly/js-compute\": \"^0.7.0\"\n}", @@ -84,7 +84,7 @@ declare module 'fastly:geolocation' { * "type": "javascript", * "title": "Geolocation Example", * "origins": [ - * "https://http-me.glitch.me" + * "https://http-me.fastly.dev" * ], * "src": { * "deps": "{\n \"@fastly/js-compute\": \"^0.7.0\"\n}", diff --git a/types/logger.d.ts b/types/logger.d.ts index 6dfcbae7d3..f484471500 100644 --- a/types/logger.d.ts +++ b/types/logger.d.ts @@ -13,7 +13,7 @@ declare module 'fastly:logger' { * "type": "javascript", * "title": "Logger Example", * "origins": [ - * "https://http-me.glitch.me" + * "https://http-me.fastly.dev" * ], * "src": { * "deps": "{\n \"@fastly/js-compute\": \"^0.7.0\"\n}",