Is there a way to connect from a Windows 7 virtual machine from Oracle VirtualBox to Mac Mountain Lion localhost php application?
The problem is some web apps need to be tested on that lovely IE, so hence the virtual machine; the development or host environment is Mac. The PHP web app was started via terminal command: php -S 127.0.0.1:port#.
Is there anyway from the virtual machine, can one use IE to browse the web app on the Mac host?
Tried WineBottler, IE8 constantly crashes there; Tried plain Wine, IE8 doesn't seem to respond at all, though it installs and opens, but freezes.
Last option is to connect through virtual machine or the long way via online server.
Thanks for the help!