Forum Discussion
yaron123142124_
Nimbostratus
Dec 03, 2015Hi how do i remove paramter and random value from url?
how to remove parameter from URL with IRULE F5 but leave all other url syntax unchanged
this is the url with f5 ip address
http://192.168.1.1/OKFAC_rit/GetOan?order=desc&orokl=time&id=30&identit...
StephanManthey
Nacreous
Dec 06, 2015Hi,
the [HTTP::request] is probably not the perfect command for your requirements. Or do you really want to parse all request headers as well (i.e. the _GetVideo_List is contained in a cookie name or value)?
In case you are expecting the string of "_GetVideoList_" to show up in the request path you may want to use the following (using "string tolower" to be case insensitive):
if { [string tolower [HTTP::path]] contains "_getvideolist_" } { }
Thanks, Stephan
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
