Forum Discussion
Allwin
Nimbostratus
Dec 21, 2020Server http response to be Redirected to HTTPS
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 { [...
Most of the HTTP:: command values are cached in the same event of the same priority. See this post for details and a few options:
Manipulate a HTTP:path then continue to parse iRule
http://devcentral.f5.com/Default.aspx?tabid=53&view=topic&postid=813133&ptarget=813134
Aaron
- Nikoolayy1Jun 30, 2023
MVP
Have you tested this irule as on 16.1.3.5 this breaks the web page and there are TCL errors? I think that ACCESS:respond works well to return a custom page if the auth fails or the access policy is successfull but not for redirection.