Forum Discussion
Damion_19248
Nimbostratus
Feb 02, 2013Remove trailing slash
I need to remove any trailing slashes off any url that come in.
www.mydomain.com/category/ - -> www.mydomain.com/category
www.mydomain.com/place/ --> www.mydomain.com/place
etc ...
Saneen_282882
Nimbostratus
Aug 05, 2016Say I need abc.def.com/emp should redirect to https://abc.def.com/redirect/redirect.aspx?src=emp.
Is the below iRule correct ?
when HTTP_REQUEST { HTTP::respond 301 Location "https://abc.def.com/redirect/redirect.aspx?src=[HTTP::uri]" }
How can I remove the "/" before [HTTP::uri] ? I need ?src=emp and not ?src=/emp
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