Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

asaleh2222_3098's avatar
asaleh2222_3098
Icon for Nimbostratus rankNimbostratus
Nov 13, 2017

insert in the header IS_SSL=true

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

 

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