How do I check for validation for redirection to void cyclic redirection loop?
I have a redirection model with two columns to
and from
. I also have a frontend UI, where the redirections can be added.
I need to know whether is there any solution to avoid cyclic redirect loop by creating a before_save validation or some thing else.