Pandiarajan_701
Jun 24, 2012Nimbostratus
HTTPS >>> HTTP Redirect
Hi,
We have a redirection configured for the URL http://stp.xxx.com.sa as below which is working fine.
when HTTP_REQUEST {
if { [HTTP::host] eq "stp.XXX.com.sa" } { pool ST_Proxy_9080_Pool }
}
Now we need to redirect all the HTTPS pages of this URL to HTTP page below are some pages.
https://stp.xxx.com.sa/stwebclient/index.jsp >>> http://stp.xxx.com.sa/stwebclient/index.jsp
https://stp.xxx.com.sa/stbaseapi/baseComps.js?lang=ar >>> http://stp.xxx.com.sa/stbaseapi/baseComps.js?lang=ar
Could someone advise on how to do this redirection.