On my Ubuntu host I have my local webserver. I installed VirtualBox and Debian as a guest.
I would like the Debian guest to be able to hit my webserver running on my Ubuntu host (for example, I just type http://localhost:8080/ in the browser under Debian).
How can this be done?