Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Server http response to be Redirected to HTTPS

Allwin
Nimbostratus
Nimbostratus

HI,

 

I'm trying to redirect a http response from the backend server to https via iRule, but its not working.

 

Please check if the below iRule is correct.

 

when HTTP_RESPONSE {

if { [TCP::server_port] contains "80"} {

HTTP::redirect "https://www.abcxyz.com/"

}

}

2 REPLIES 2

Any reason why you are not using the defaut http2https redirect Irule.

Hi Jai,

 

I was not sure if the default one would work for a HTTP_RESPONSE.

 

Does the default redirect work as expected similar to HTTP REQUEST?