Forum Discussion

James_Harris_11's avatar
James_Harris_11
Historic F5 Account
Feb 21, 2007

Need to have HTTP Profile turned on?

Do I need to have an HTTP profile enabled to do an iRule that does something along the lines of:

 

 

when HTTP_REQUEST {

 

 

if { not (([HTTP::uri] contains "something unique here") and

 

([HTTP::method] equals "SSTP_DUPLEX_POST")) } {

 

drop

 

}

 

}

 

 

Thanks in advance

 

12 Replies