darrenclegg_199
Oct 06, 2011Nimbostratus
HTTPS repond
I have the following irule set up for our websites and it is working fine for HTTP but when the user tries the HTTPS site they just get Internet explorer cannot display the web page
when HTTP_REQUEST {
if { not ([string tolower [HTTP::host]] eq "")
}
{
drop
HTTP::respond 200 content\
"Wrong URL entered!You have been redirected to the wrong site." "Content-Type" "text/html"
How can I set up the rule to give the HTTP responce on HTTPS sites