init
This commit is contained in:
8
scripts.ts
Normal file
8
scripts.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// check-headers.ts
|
||||
const domain = "https://jellyfin.milasholsting.dk";
|
||||
const resp = await fetch(domain);
|
||||
|
||||
console.log("--- Header Check ---");
|
||||
resp.headers.forEach((value, key) => {
|
||||
console.log(`${key}: ${value}`);
|
||||
});
|
||||
Reference in New Issue
Block a user