Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以修改 HTTP 响应标头以添加 cookie 和额外信息吗?此外,我在阅读请求标头时遇到了麻烦。
您无法在部署为 Web 应用程序的 Apps 脚本应用程序中读取或设置 HTTP 标头。您只能分别阅读查询字符串或 GET/POST 的发布值。响应时只能返回内容和 MIME 类型(仅限于几种类型)
这是因为脚本是在 Google.com 域之外提供的,您不应该有办法设置/获取可能被用于恶意原因的 cookie。
但是,如果您在 Apps 脚本应用程序中使用UrlFetch进行出站调用,则您可以更好地控制 HTTP 标头