Forum Discussion
Joe_Pipitone
Mar 02, 2011Nimbostratus
Regex
I've been requested to perform a rewrite / redirect which does the following:
http://subdomain.ourcompany.com/webext/01.aspx?status=error (pass the 01 over to the url below and say id=thatNu...
Joe_Pipitone
Mar 02, 2011Nimbostratus
OK, I've been able to string match somewhat using the following:
if { ([HTTP::host] eq "subdomain.ourcompany.com") and ([string match {/webext/[0-999]*} [HTTP::uri]]) } {
However, the following does not match for some reason:
if { ([HTTP::host] eq "
strange?
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