Forum Discussion
Henrik_Janhagen
Sep 16, 2011Nimbostratus
HTTP::uri rewrites in combination with RAM cache
Hello, I have bit of a problem with HTTP::uri rewrites in combination with RAM cache.
My problem is that the application I have running on my VIP is called with uri's like this:
...
Henrik_Janhagen
Sep 19, 2011Nimbostratus
Hehe...
As an old Perl-miscreant I should have read my own rule more carefully. It appears that tcl (like Perl) prefers "greedy match" to "sparse match". So my error was in :
{unique=.*&}
It should of course have read
{unique=.*?&}
or {unique=[^&]*&}
The iRule posted above works now. Still; Thank you Michael for wanting to help me!
Best Regards
Henrik Janhagen
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