Forum Discussion
CGI
Altostratus
Dec 19, 2013Swedish characters in a irule
Hi i need a redirect rule for a swedish url containing the swedish character ä
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] equals "www.xxx.se/berätta" } {
HTTP::respond 30...
CGI
Altostratus
Dec 19, 2013Hi i used the following in the end but it seems to be different depending on what browser you use, IE and firefox work but chrome does not.
when HTTP_REQUEST { log local0. "Path = [HTTP::path]" if { [string compare "ber%C3%A4tta" [HTTP::path]] } { log local0. "Redirect to Satchi site" }
HTTP::respond 301 Location "http://91.196.242.118" }
/Craig
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects