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

  • At this point it would be helpful to look at your config in a qkview file and capture a tcpdump of a failed connection. All of this is well outside the scope of the devcentral forums though.

     

     

    I'd suggest you contact F5 support for assistance. If you don't have support, you might try posting on one of the load balancing mailing lists like vegan.

     

     

    I think F5 is planning on adding a forum for general configuration questions.

     

     

    Aaron
  • Agreed that this should be a support issue, I can only suggest turning off the Pipelining feature in the default HTTP profile. I have on occasion seen this cause problems with applications that aren't fully HTTP 1.1 compliant.

     

     

    Denny