Say I have a web app that has a production UI login at:
Say this app has a production RESTful API backend rooted at:
Now let's say this app has a non-production environment called, say, "dev". The "dev"/non-prod UI login would be:
But what should the non-prod RESTful API backend be rooted at?:
And why?