Forum Discussion
U_franco_117956
Nimbostratus
Mar 20, 2014HTTP redirect if connections per pool member exceed a threshold with tables
Hi.
I´m taking a view to a lot of devcentral documents, and tables are getting me crazy.
I´m interested to get the following behavior. We want to limit the number of connections to our load balan...
- Mar 20, 2014
Good question.
use:
TCP::respond "HTTP/1.1 302 Temporarily Moved\r\nLocation: http://moved.com/here/\r\n\r\n"See this page for more examples:
https://devcentral.f5.com/wiki/iRules.TCP__respond.ashx
Rama_75068
Nimbostratus
Dec 10, 2016Hi Franco, Are you able to make the iRule work with the HTTP Page redirected, when connection limit is reached at the pool?