Hi,
i would like to implement a rewrite rule on my Application Gateway. Now i setup a path based rule that do following:
if i reach this url mywebsite.it/myapplication redirect to another http.setting configured on other app service.
It work nice but when i reach the other app service from mywebsite.it/myapplication, it change the url with url, mywebsite.it/sign etc....
Is possbile to rewrite it with other url?
example, from actual configuration with that path based rule:
mywebsite.it/myapplication to mywebsite.it/function and not to mywebsite.it/sign
-
I tried to setup override path, to configure some rewrite but the the test failed, i always get mywebsite.it/sign
Any help is appreciated


