Hi.
I need to modify a response header for any fetch call that contains Set-Cookie in the response header.
I need to take the original value and set a new value that will be a manipulation of the original value.
For example (it is a more complex implementation, it is just an example):
Original header: Set-Cookie: authToken = aaa
New header: Set-Cookie: authToken = ababab
Is there a way to do it on manifest V3 with DNR (there I see just static data as value) or any other way?
Thanks!