I have a webapp built with Django. I\'m currently running it off a laptop at home behind a router.
I have the router configured to route all traffic sent to a specific
Given everything you're concerned with is clear HTTP (unlike something like AJP for instance) I'd run a protocol analyser such as Wireshark on the host and determine at which point the redirect is introduced.