Forum Discussion

Big_Daddy_61011's avatar
Big_Daddy_61011
Icon for Nimbostratus rankNimbostratus
Sep 26, 2007

"Redirect to" url is more than 63 characters

I want to use a redirect rule:

 

 

if (http_uri) {

 

redirect to

 

 

https://www.x.com/portal/ShowBinary/BEA%20Repository/new_x_internet/x/x/dostuff.html

 

 

 

}

 

else {

 

use pool www.x.com

 

}

 

 

For reasons beyond my control, I can't influence the size of the URL.

 

 

My redirect exceeds the 63 character hard limit for string literals.

 

 

Currently, we created a last hop pool. That is working , but it's screwing up our log server. (An entry is logged when the last hop is invoked).

 

 

I want to either A). Implement the rule in a different way or B). stop that individual message from being logged.

 

 

Thanks for the read.