Forum Discussion
Bill_Stromatos_
Nimbostratus
Sep 21, 2009Rewrite Question
I am trying to figure out the whole TCL thing, I am attempting to do an http redirect. I have a user that whats to use a simpler string to query our service desk application.
Incoming ...
The_Bhattman
Nimbostratus
Sep 21, 2009You can write it up as
when HTTP_REQUEST {
if {[HTTP::host] eq "change.corp.intranet" } {
http::redirect "https://servicedesk.corp.intranet/CAisd/pdmweb.exe?OP=SEARCH+FACTORY=chg+SKIPLIST=1+QBE.EQ.chg_ref_num=[URI::basename [HTTP::uri]]"
}
}
You can find more info about URI by
Click here
I hope this helps
CB
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
