I have a simple code:
function getGpw() { var url = \'https://www.gpw.pl\'; var html = UrlFetchApp.fetch(url).getResponseCode(); Logger.log(html);