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...
Stanislas_Piro2
Cumulonimbus
Dec 03, 2015Hi,
you can try this irule:
when HTTP_REQUEST {
set identity [URI::query [HTTP::uri] identity]
HTTP::uri [string map "&identity=$identity&/&/" [HTTP::uri]]
}
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
