Forum Discussion
adam_miller_143
Nimbostratus
Oct 28, 2009Simple Redirect?
Hello All,
I have an iRule that will hopefully redirect anyone with out a URI to a specific URI (/login/login.asp)
when HTTP_REQUEST {
if {([HTTP::uri] equals "/")}
{
...
hoolio
Cirrostratus
Oct 28, 2009If you add the iRule to a VIP, the code in the HTTP_REQUEST event will be executed on each HTTP request. This is expected. There isn't a way around this and it shouldn't add noticeable load.
If you want to do performance testing to get an idea of how much load the iRule will add, you can use the timing command:
http://devcentral.f5.com/wiki/default.aspx/iRules/timing
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