Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
610 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Everyone , I have a requirement to configure URL masking feature in Application Gateway . Is there any feature available in App Gateway
Thanks
Gopinath B
Hi Kilian,
https://contoso.com >>> App GW ( 443 ) >> URL rewrite ( /active.aspx) >> Backend Pool ( Sever ) . So when we hit the URL ( https://contoso.com) in browser , we will get URL like this https://contoso.com/active.aspx . The Main requirement is we should get https://contoso.com in browser. User doesnot wants to display on prefix URL ( /active.aspx) in browser .It should be masked .But in the backend URL rewrite should work as expected .
Is there any steps to configure like this ?
Thnaks
Gopinath B
Thanks for details,
Go into back end settings and in override backend path insert / . I think this could solve your problem.
Kind regards, Kilian GOËTZ.