log headers

This commit is contained in:
Max Peintner
2025-01-28 14:34:14 +01:00
parent 54a373baec
commit 1a207a14f1

View File

@@ -53,5 +53,8 @@ export function getApiUrlOfHeaders(headers: ReadonlyHeaders): string {
}
}
console.log("x-zitadel-forward-host" + headers.get("x-zitadel-forward-host"));
console.log("host" + headers.get("host"));
return instanceUrl;
}