Hello
I have 2 applications (ApplicationA and ApplicationB) under same site. I want to do a redirect to ApplicationB if there is a request coming to ApplicationA, but i dont want that redirect to be visible in browser url, which means i dont want to use Redirect Action in Rewrite module. If i use the Rewrite Action instead of Redirect Action then it is not working. I am getting 404 status in the browser network tab when i request for ApplicationA .