My AngularJS app uses the following URL pattern:
https://myapp/#!/mypage
But I now have to accept one incoming request from another app using this URI:
https://myapp/myotherpage
Note that the /#!/ is missing from the incoming request.
How do I reformat the incoming request URI so that it becomes
https://myapp/#!/myotherpage