最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Reading cookies using chrome.webRequest.onHeadersReceived Chrome API - Stack Overflow

programmeradmin6浏览0评论

I have a ten-years old Chrome extension that was reading cookie header 'Set-Cookie' directly from the HTTP response. Now, am reusing the same extension, however, it does not read any cookie using the same 'Set-Cookie' header. Surprisingly, I debugged and printed all the headers and 'Set-Cookie' is missing. Probably, web servers sets cookies differently now. How can I extract cookies from the HTTP response using the chrome.webRequest.onHeadersReceived Chrome API? What is the cookie header name?

发布评论

评论列表(0)

  1. 暂无评论