Forum Discussion
Tobias_Neumeyer
Nimbostratus
Jun 29, 2009iRule / uri parameter manipulation
Hi,
Sorry, but I need some help from some experts again.
I'm trying to write an iRule which modifies a post request to the server.
This is the example request.
...
hoolio
Cirrostratus
Jun 29, 2009Sorry, bad copying and pasting on my part. I was also missing a closing square brace after HTTP::uri. You can remove the "to" in the middle. And actually, if you're on a version lower than 9.4.7, you should replace the curly braces with double quotes to avoid a bug (SOL7988 - Click here).
when HTTP_REQUEST {
Check if path ends with /searchresults.aspx
if {[string tolower [HTTP::path]] ends_with "/searchresults.aspx"}{
Rewrite URI for u=http:// to u=https://
HTTP::uri [string map -nocase "u=http:// u=https://" [HTTP::uri]]
log local0. "[IP::client_addr]:[TCP::client_port]: Updated query string to [HTTP::query]"
}
}
Aaron
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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