Forum Discussion

Anand_4459's avatar
Anand_4459
Icon for Nimbostratus rankNimbostratus
Nov 23, 2010

Case Sensitive Issue

Hello

 

 

I am very new when it comes to usage of F5 in my DC environment. I have a small problem. Its related to case sensitivities. For example, when I type http://abc.com/xyz it goes to a node and webpage comes up. But when someone types http://abc.com/XYZ i.e, in upper case, we get

 

HTTP Status 404 -

error page. Irule that I am using is:-

 

 

 

when HTTP_REQUEST {

 

HTTP::header insert Front-End-Https ON

 

if {[string tolower [HTTP::uri]] equals "/abc"} {

 

node X.X.X.X

 

 

 

Please help.

 

Thanks

 

Andy

 

 

1 Reply

  • Hi Andy,

     

     

    This might be an issue with multiple HTTP requests on the same TCP connection with some for /abc and others not. If you're using SNAT can you add a default OneConnect profile to the virtual server? If you're not using SNAT, can you create a custom OneConnect profile with a source mask of 255.255.255.255 and add that to the virtual server?

     

     

    Aaron