For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

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"
    }