Using a Domino XWork Server (v9.0.1FP9), I would like to forward/proxy HTTPS requests of certain paths to other ports on the same server. For example: If someone requests
he should be served with the response from
The client/browser should not be notified about this, i.e. performing a 30x HTTP redirect by adding a website rule to the Domino server is not an option. Using a substitution website rule doesn't work either because it does not allow to change the port. I'm searching for a feature similar to Apache's ProxyPass or RewriteRule, but any working solution would be fine with me as long as the Domino server works as the proxy.
Does anybody know if/how this can be achieved with a Domino XWork server?