Forum Discussion
East_Coast_1151
Nimbostratus
Aug 20, 2013HTTP:payload replace - problem with French characters
We are using an irule with "HTTP::payload replace" and "regsub" to modify responses coming from a Microsoft web server.
After replacement, all French characters (like "é", "à") get incorrectly e...
East_Coast_1151
Nimbostratus
Aug 22, 2013Good point.
I checked the iRule list and found the iRule below that seems to cause a conflict. This iRule is made to avoid expired session errors if users bookmark the logon page.
when CLIENT_ACCEPTED {
ACCESS::restrict_irule_events disable
}
when HTTP_REQUEST {
if { [HTTP::uri] ends_with "/my.logout.php3?errorcode=19" } {
HTTP::redirect "/"
}
}
The line that causes the issue is
ACCESS::restrict_irule_events disable
Changing the iRule order seems to have no effect.
I do not understand why this happens. What can I do to use this iRule with STREAM?
Or there maybe is another way to intercept expired session and f5 error pages before they are shown to users?
Thank you
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