Is there some possibility to rewrite the URL that is sent to the client?.
Our client has and application server (websphere) that redirects the client to a web page after application logoff. The URL the client is redirected is relative to the service that served the client (for example: http://myserver:1001/ExpireSession.html), and we need to rewrite that URL to something like https://myserver.com/index.html)
There is a firewall that filters out the http port in the inbound direction, so we can not use redirection.
Any suggestion?
Thanks in advance.