Forum Discussion
brad_scherer_11
Nimbostratus
May 05, 2006redirect 4x to 9x
Hi Everybody!
I am having trouble migrating an 4.x rule to an iRule. Basically it is like this.
client connects to http://website.com
needs to go to https://website.mydomain.c...
brad_scherer_11
Nimbostratus
May 05, 2006Hi Colin. My setup is exactly as you indicated it should be. Port 80 VS with Irule to reidrect to Port 433 VS with SSL termination. The iRule I tried to implement last night unsucessfuly is listed here:
Redirect
when HTTP_REQUEST {
redirect to "https://[HTTP::host]/login/"
}
Your rule looks like this: (I have not had an opportunity to test this yet)
when HTTP_REQUEST {
HTTP::redirect "https://[HTTP::host]/login/"
}
These are both very similar except your rule adds HTTP:: before the redirect command. Can you explain to me the difference and why my rule did not work for me?
Thanks,
Brad
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
