Forum Discussion
Ben_Novak
Employee
May 11, 2009http url append
Similar to the /owa append for outlook anywhere, I would like to append a url when somebody access one of our load balanced websites. Basically when somebody types in http://butters it will append /p...
The_Bhattman
Nimbostratus
May 11, 2009Your logic seems sound.
How about writing in the following:
when HTTP_REQUEST {
if { [HTTP::uri] eq "/") } {
HTTP::uri /psp/CRPROD/?cmd=login&languageCd=ENG[HTTP::uri]
}
}
This is assuming someone had entered "http:://butters/" to make the condition true and append the URI with a trailing "/". If they entered "http://butters/creme" it would not append
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