Forcing HTTPS redirect
We are changing our E1 Weblogic servers to use HTTPS. I would like a way to force anyone using the HTTPS port with http, to be automatically redirected to HTTPS.
The current url is http://server:PortA/...
The new url is https://server:PortA/...
I want anyone going to http:/server:PortA to be automatically redirected to https...
Weblogic 12.25.1.4 on a windows server.
E9.2
Tools 9.2.3.4
Any help is appreciated.