function getHistory() {
var opt =
{
headers: {
'Cookie':
'steamLoginSecure=76561199310953453%7C%7CACABCC40A4305172D2B1632FA6DD91941B32341F',
},
muteHttpExceptions: true,
credentials : 'include'
};
var request = UrlFetchApp.getRequest(url, opt);
var response = UrlFetchApp.fetch(url, opt);
Logger.log(request['headers']);
Logger.log(response.getAllHeaders());
Logger.log(response.getContentText())
}
These are the Logger.log() results: