There is small application hosted in cloud, the application code deployed in azure container apps. When the request comes in from browser first hits to Azure app gateway , using path based routing routes to API management service and APIM backend set as Container Apps. The scenario is multiple host name points to same app gateway. like abc.mysite , xyz.mysite will redirect to same app gateway and based on host name the container app will load the data. Here I am not able to get the host name from headers in container app. I am getting FQDN of container app when I see this using application property Site={Site} in quarkus.
quarkus - Azure application gateway host headers not recognized by backend azure container app - Stack Overflow
评论列表(0)
- 暂无评论