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

Forum Discussion

slackwaresuppor's avatar
slackwaresuppor
Icon for Nimbostratus rankNimbostratus
Jun 09, 2008

exceptions to redirects

can anyone help with this..

 

its not working

 

 

my code

 

 

class noSSL {

 

myutil

 

util_forum

 

}

 

 

when HTTP_REQUEST {

 

if { [matchclass [HTTP::uri] ends_with $::noSSL] } {

 

HTTP::redirect http://[HTTP:host][HTTP:uri]

 

}

 

}

 

 

 

 

error:

 

 

01070151:3: Rule [nsaonline.ch-non-https] error:

 

line 1: [undefined procedure: class] [class noSSL {

 

myutil

 

util_forum

 

}]

 

line 8: [undefined procedure: HTTP:host] [HTTP:host]

 

line 8: [undefined procedure: HTTP:uri] [HTTP:uri]

11 Replies

  • got it..

     

     

    needed to take out the

     

    HTTP::redirect http://[HTTP::host][HTTP::uri]

     

    on the nonssl irule.