Forum Discussion

fujisen's avatar
fujisen
Icon for Nimbostratus rankNimbostratus
Jan 19, 2012

Redirect + Support forcyrillic character set

Hi,

 

 

we have permanent redirect 301 from our temporary websites to our main homepage using Irule but wondering about support for Cyrillic character set.

 

 

Is thery any workaround for this in LTM to support different character set using Irules or such..

 

 

 

Thanks,

 

 

 

1 Reply

  • Hi Fujisen,

     

     

    Where in a 301 response do you want to include cyrillic characters? Worst case you could base64 encode the string you want to send back to the client and then use HTTP::respond:

     

     

    HTTP::respond 301 Location $new_url content [b64decode $my_base64_encoded_string]

     

     

    Aaron