Joystream / joystream

Joystream Monorepo
http://www.joystream.org
GNU General Public License v3.0
1.42k stars 115 forks source link

[argus] few tweaks #4925

Closed kdembler closed 11 months ago

kdembler commented 11 months ago
mnaamani commented 11 months ago

The browser is getting the header Access-Control-Expose-Headers twice for each value:

Screenshot 2023-10-16 at 10 39 26 AM

I would have expected one header with the multiple values. Is this the expected response?

In the past I have observed firefox at least complain about saying a header multiple times.. with CORS headers for example. But it doesn't seem to be an issue with this header.

kdembler commented 11 months ago

Good call @mnaamani, changed to a single header with comma-separated values. Also rebased and fixed conflicts