I'm in the middle of developing an app on Google's App Engine, and one of the features is auth via Facebook Connect. I've got everything set up and working up to a certain level, but in order to test it against my dev machine, I've created a reverse proxy on one of my public facing servers that proxies through to the dev machine.
It all works fine except for most of the links are without the prefix I've created for the proxy.
So that got me thinking, is there an easy way to create a site-wide app prefix that not only works with my apps, but any 3rd party ones I want to use?
Is there some middleware I can include or a peice of the Django docs I've not read?
*Update: * Following the comment below, the prefix I'm thinking of goes in between then the domain name and the app url: