Redirecting HTTP request to HTTPS
Hey All, how can I set up auto redirection from HTTP request to HTTPS request handler? In other words I need to configure my application like -
when user tries to access http://www.mysite.com the server should automatically redirect this request to https://www.mysite.com. How can I acheive thi using oracle application server admin?