Forum Discussion
F5 iRules Akamai redirection
Hello Team,
Currently, i have a virtual server with iRules of redirection if my url start with /toto redirect to pool_test1.
However, my problem is with AKAMAI every time when i request a http request "mycompany.com" i'm redirecting to /toto without any explanation.
Have you a suggestion please to fix this issue ?
Thank you.
- Lee_SutcliffeNacreous
Are you able to share your iRule?
- EJM_358200Nimbostratus
when HTTP_REQUEST { if { [HTTP::uri] starts_with "/test"} { HTTP::redirect "; }
if { [HTTP::uri] starts_with "/toto" } { pool pool_test1 }
- Dave_McCauley_3Cirrostratus
One thing I've found to be an issue with Akamai and an F5 in the mix is Akamai holds connections open for a while. When you make a change to an iRule the change only happens on new connections coming in, and since Akamai is holding connections open for 20 or 30 minutes, you make change after change and don't realize it's not getting applied to the traffic that you're testing.
Unless Akamai has some type of redirect in it, I'd expect that's what you're seeing. If you have access to Akamai, I believe you can clear the connections somehow after you make your changes.
- EJM_358200Nimbostratus
Thank you. I have requested before Akamai to do same thing that you have propose for me but no result.
- pchaceNimbostratus
Hi Dave, I know this post is old, but we are dealing with a very similar issue. Do you have anything to substantiate that it is the holding of connections on the Akamai side? We have been troubleshooting this exact issue and would like to give the Akamai engineers a place to check on their end.
Recent Discussions
Related Content
* 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