in my app extension, i am calling a 3rd party REST API to get some JSON in the language defined in “Accept-Language” request header.
the shopify app proxy always changes its value to “en”.
as a workaround, i added another request header named “spotify-app-proxy-accept-language-workaround” to send the choosen language.
are there any reasons for this behaviour or is it just a bug?