This feature is really useful if you want to point your application to a different environment. This can be useful if, for example, you are debugging a Production issue and you need to quickly point your Prod build to a non-Prod environment but want to avoid rebuilding and redeploying the application. It can be aContinue reading “Map Remote”
Category Archives: MapRemote
Rewrite – Redirect URL
Rewriting URLs can be really useful if you need to point your new build to a specific environment i.e. point Prod build at non-Prod env. At a previous company I used this feature to redirect traffic from our Android Test build to our Prod environment. This tutorial will show you how to use the RewriteContinue reading “Rewrite – Redirect URL”