Forum Discussion

Sonny's avatar
Sonny
Icon for Cirrus rankCirrus
18 years ago

http to https redirect EXCEPTION

I current have this iRule that forces http to https traffic.     when HTTP_REQUEST {   HTTP::redirect "https://XXX.DOMAIN.com/"   }     Question: What would be the bes...