I have a Shopify App and I have configured a proxy for it. I have a Node JS API which is deployed in Azure Container App. When the Shopify App requests the Node JS app which is deployed in the Azure Container App, it throws the error “426 Upgrade required”.
It seems like the Shopify App is making HTTP1.0 requests to the Azure container Apps, but Container Apps accepts HTTP1.1 or higher. Is there any way to make HTTP1.1 requests from the Shopify App?