I'm developing an app that connects to a web service for most of it's operations. As a shortcut, I'd like to run a copy of my development server on my machine. Question is:
How/can I access the host machine's network (http in this case) from the iPhone simulator?
I'm developing the web service alongside the app, so it would be helpful to have them both on the host machine, and then I can commit changes as needed.