Forum Discussion
will_lee_113506
Nimbostratus
Mar 22, 2005Url character length limitation?
I'm in process of converting our v4.5.10 rules to v9 syntax. Our original scripts had workarounds to get around the 63/64 character limit on URIs. I believe that was in strict compliance with RFC or...
drteeth_127330
Mar 22, 2005Historic F5 Account
No, there is no URI length limit in BIG-IP 9.x. Additionally, there are more efficient ways to perform case-insensitive comparisons. I don't think you need the regex, so you could do something like this:
if {[string compare -nocase -length 21 [HTTP::uri] "/servlet/store/store?"] == 0} {
pool Store-Pool
}
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