fetch("https://n...content-available-to-author-only...p.gr/etc/passwd") .then((response) => response.json())
Standard input is empty
fetch("https://n...content-available-to-author-only...p.gr/etc/passwd") .then((response) => response.json()) .then((data) => console.log(data));