Reverse proxy a directory through IIS 6 with HTTPS
- by John P
I have an asp.net based website running on IIS 6 that needs to incorporate a java application running on the same server on a different port. The requests will be coming in via https and I need to invisibly (preserving the https session) proxy domain.com/ over to domain.com:8080/.
Does IIS have a built-in mechanism for doing this? If not, are there any reliable free/open source ISAPI extensions that allow it?
Thanks in advance