A space to discuss online store customization, theme development, and Liquid templating.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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?