Forum Discussion

johns's avatar
johns
Icon for Employee rankEmployee
Mar 02, 2006

iRule recognize blank space in URI?

Hi, I need to detect blank space in URI and either remove it or rewrite it:

 

 

www.mysite.com/some content/showme.html

 

 

to

 

 

www.mysite.com/some%20content/showme.html

 

 

Current solution in place is only recognizing up to the space so it reads:

 

www.mysite.com/some. and breaks the client request to the server.

 

 

I am thinking if I can find out how BIG-IP can detect the space, I will just replace it with characters that I need in its place.

 

 

Thanks.

27 Replies