Код: Выделить всё
function doGet(e) {
return ContentService.createTextOutput(
JSON.stringify(e)
).setMimeType(ContentService.MimeType.JSON);
}
< /code>
и запросить его с помощью curl
curl -L --cookie "name=Jane" "$webapp_endpoint"< /code>
curl -L --header "Cookie: name=Jane" "$webapp_endpoint"Ответы вообще не имели информации о cookie.>
Подробнее здесь: https://stackoverflow.com/questions/796 ... -in-dogete
Мобильная версия