Chrome extension: How to modify the cookie header in response (& request) headers in a network call in manifest v3?
I want to add tab ID as prefix in the Cookie
response header of a web request before it reaches the web application and similarly want to remove that prefix from the Cookie
request header before the web request leaves browser (for server).
Chrome extension: How to modify the cookie header in response headers in a network call in manifest v3?
I want to add tab ID as prefix in the Cookie
response header of a web request before it reaches the web application and similarly want to remove that prefix from the Cookie
request header before the web request leaves browser (for server).