hello,
I have a server listening on port 8080.
In some places it may happen that this outgoing port is blocked or filtered.
I host several websites allready, on the default 80 port.
Question : Is it possible to host another website (example.com) on the port 80 and it acts as a proxy, it transmit the request to my app on the 8080 port, get the answer, and iis reply to the client ?
What simple solution would you recommend to achieve this ?
I have windows 2008 r2 with iis7.
Thank you