azure-application-gateway

Http request blocked by Azure WAF, how to do right encoding?

不想你离开。 提交于 2021-02-11 12:23:07
问题 I'm running a asp.net web application on Azure, I have an Application Gateway in front of it, enable the WAF (Web application Firewall). But many of my http requests from the front-end are blocked by the WAF, for example my payload in JSON: [{"inputtype":"text","name":"wwwwww","memo":"","score":1,"sort":1,"isrequired":false,"allowseeresult":false,"choicenummin":null,"choicenummax":null,"options":[]}] The error message is: "message": "Warning. Pattern match \"((?: [\\\\~\\\\!\\\\@\\\\#\\\\$\\\

How to configure Azure App Gateway in Istio

拥有回忆 提交于 2021-02-08 10:06:55
问题 I have an application setup on AKS (Azure Kubernetes Service) and I’m currently using Azure Application gateway as ingress resource for my application running on AKS. Now after setting up ISTIO for my cluster the graphs are coming up fine except one part. Since the Azure APP gateway is unknown to ISTIO it is showing the resource as “unknown”. I even tried launching a virtual service and pointed it to the ingress resource but that didn’t have any effect on the graph. How shall I establish to

How to configure Azure App Gateway in Istio

跟風遠走 提交于 2021-02-08 10:01:35
问题 I have an application setup on AKS (Azure Kubernetes Service) and I’m currently using Azure Application gateway as ingress resource for my application running on AKS. Now after setting up ISTIO for my cluster the graphs are coming up fine except one part. Since the Azure APP gateway is unknown to ISTIO it is showing the resource as “unknown”. I even tried launching a virtual service and pointed it to the ingress resource but that didn’t have any effect on the graph. How shall I establish to

Azure: Route subdomain traffic to different backend port

纵饮孤独 提交于 2021-01-29 07:53:43
问题 I have multiple sites hosted on the same machine in Azure on different ports: foobar.com:8000 foobar.com:8001 foobar.com:8002 etc I would like to address these by subdomain using a reverse proxy; aaaa.mysite.com ----> foobar.com:8000 bbbb.mysite.com ----> foobar.com:8001 cccc.mysite.com ----> foobar.com:8002 Is it possible to do this in Application Gateway? It only seems to cater for different paths (not subdomains) and doesn't allow ports to be specified for backends. Is there another Azure

How to update Azure Application Gateway Path Based Rule UrlPathMap from .NET

巧了我就是萌 提交于 2021-01-28 07:19:27
问题 On Azure Portal, I am able to setup path-based rules which have some default setting, and a list of sub-rules (UrlPathMap). Each of those sub-rules has a name, paths, backend pool, and HTTP setting that have to be configured. As I can see I can update this map easily through Azure Portal. I want to be able to create such sub-rules dynamically from code as part of the application installation. I would prefer to do this directly from .NET (ASP.NET Core 3.1) application, but Azure CLI or Azure

Web App outbound response not going through application gateway

天大地大妈咪最大 提交于 2020-12-13 17:57:17
问题 We have an Azure web app behind the Azure Application Gateway. Network restriction has enabled at web app level (only application gateway can access the web app). Incoming traffic comes through traffic manager but while web app response then it directly communicates with third party services. It does not go through the application gateway. Is there any way to force the web app outbound traffic to go through an application gateway. thanks 回答1: Azure App Services use different outbound and

Web App outbound response not going through application gateway

依然范特西╮ 提交于 2020-12-13 17:53:38
问题 We have an Azure web app behind the Azure Application Gateway. Network restriction has enabled at web app level (only application gateway can access the web app). Incoming traffic comes through traffic manager but while web app response then it directly communicates with third party services. It does not go through the application gateway. Is there any way to force the web app outbound traffic to go through an application gateway. thanks 回答1: Azure App Services use different outbound and

Web App outbound response not going through application gateway

[亡魂溺海] 提交于 2020-12-13 17:51:40
问题 We have an Azure web app behind the Azure Application Gateway. Network restriction has enabled at web app level (only application gateway can access the web app). Incoming traffic comes through traffic manager but while web app response then it directly communicates with third party services. It does not go through the application gateway. Is there any way to force the web app outbound traffic to go through an application gateway. thanks 回答1: Azure App Services use different outbound and