Hi, Google Chrome team,
In the recent version of Chrome v119 (Refer to release
notes here), Authorization header is removed when cross-origin fetch requests are redirected.
This has created problems for developers as they redirect Staging/Prod APIs to localhost to accelerate local development & testing.
With the authorization header not being passed anymore, this flow has been broken.
Do you have any suggestions on how this can be fixed with Manifest v2/v3?