Forum Discussion
UmaMaheshwari_9
Jun 15, 2011Nimbostratus
html content in iRule
Hi,
I have a requirement wherein I have to show a html page saying that the page has been moved to else where. I have to show this html page for different languages. I can place the contents in html tag in IRule. Can I have foreign characters (text for different languages) inside the html tag of iRule?
- Minn_62043CirrostratusIt does not seem to accept multibyte characters. But you can b64encode your strings and return decoded strings in response. Something like:
when HTTP_RESPONSE { HTTP::respond 200 content [b64decode "JiMxMDg3OyYjMTA4ODsmIzEwODA7JiMxMDc0OyYjMTA3NzsmIzEwOTA7"] }
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