We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41ad96 commit 57ec074Copy full SHA for 57ec074
helper-functions.js
@@ -75,7 +75,9 @@ export const HELPER = {
75
76
const [controller, id] = createTimeoutController(timeoutMs);
77
try {
78
+ console.log("COUCOU1 isOriginReachable");
79
const response = await fetchWithMethodFallback(env.ORIGIN_PING_URL, { signal: controller.signal });
80
+ console.log("COUCOU1 isOriginReachable response:: " + response.status);
81
return response.status > 0 && response.status < 500;
82
} catch {
83
return false;
0 commit comments