For all of you front-end developers out there, this could be a rare but very good find. It saved me time when working on styling of a web application and I am sharing it with you here today.
How many times have you thought about seamlessly testing an application you run on the localhost under Windows’ most favorite browser – Internet Explorer? While many of you test by running virtual machine and pointing browser to the host Mac’s IP (e.g. 10.0.2.2) to load the page, sometimes the application running on the host does something (in my case SSO – Single Site Sign-on) that redirects you back precisely to localhost server name only. In addition, your front-end application might use REST endpoint running on the same machine under a different port. To address this, we are going to create a tunnel between Windows virtual machine and your host Mac, so that Internet Explorer would feel “integrated” into Mac OS.