F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

1 Reply

  • Need irule (when redirect from https to http for all request) this the action (insert in the header IS_SSL=true)

    I guess you mean forward instead of redirect.

    when HTTP_REQUEST {
        HTTP::header remove "IS_SSL"
        HTTP::header insert "IS_SSL" "true"
    }