I use ngrok (<a href="https://ngrok.com/" rel="nofollow">https://ngrok.com/</a>), which tunnels a local port and makes it available over ssl on an ngrok.com subdomain.<p>Makes it easy to develop from any machine, and even allows me to check it out from other machines. Including things like browserling.<p>On top of that, it can record and replay requests for you as you debug.