Forum Discussion
slackwaresuppor
Nimbostratus
Jun 09, 2008exceptions to redirects
can anyone help with this..
its not working
my code
class noSSL {
myutil
util_forum
}
when HTTP_REQUEST {
if { [...
Andy_Herrman_22
Nimbostratus
Jun 09, 2008Try putting the URL in quotes:
when HTTP_REQUEST {
if { [matchclass [HTTP::uri] ends_with $::noSSL] } {
HTTP::redirect "http://[HTTP:host][HTTP:uri]"
}
}
I'm not sure if it's required (I forget the exact TCL rules about this stuff), but it's the only thing I see that might be wrong.
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