I'm needing to test web applications in IE6,7 from my OSX workstation. I develop and run test servers locally on my OSX system. Currently have VirtualBox running Windows XP.
Question: How do I view pages in IE (the guest os) that are hosted from OSX (the host os)?
From Firefox on the host (OSX) the page can be viewed at localhost:8084, or localhost:8000 AND the workstation's IP of 192.168.1.100:8084 or :8000 (depending if I'm developing with Tomcat/JSP or Django).
VBox Network options: NAT, Bridged, Internal, Host Only. I'm currently using Bridged.