Proxy the traffic in http and https from my iPhone/iPad to VirtualBox on my Mac
- by Nicolas BADIA
I've got a mac running a Debian VirtualBox which forward the traffic from 8080 on the mac to 80 in the box and from 8443 to 443.
The domains with the extension .dev are redirected on the mac to 127.0.0.1 with dnsmasq.
The traffic on IP 127.0.0.1 is forwarded from 80 to 8080 and from 443 to 8443 using ipfw.
So with this settings, my Debian VirtualBox gets all the traffic of my .dev domains in http or https.
What I want is to be able to proxy the traffic of my .dev domains in http and https from my iPad to my Debian VirtualBox on the mac.
I've try to setup an HTTP proxy on the ipad but I can only do it for one port (and it's not working with the port 443).
Any idea on how I could achieve that ?