Is There Any Security To Prevent Infinite Loop Reloading Page ?

Hello, is there any option, security, to prevent against infinite loop refreshing/reloading page because it could seriously busy DB server ??

There is not, you have to build your own. The hardest question is how to define ‘too many’ requests.

mmmh ok thanks for reply. I’m gonna think to that.

It should receive mentioning that most modern clients will only follow a specific number of redirects (AFAIR it’s 10 for Firefox) and will error out after that. Some clients will also detect redirect loops themselves.