You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently the live version supports up to 100 redirects, we could increase the number in future releases, however, this should be enough to test any client logic? would you mind expanding on the use-case here that would require you to test against more than 100 redirects?
furthermore, you can get the project running locally and remove the limit if you wish.
My script detects if the referrer is equal to the redirect location or known redirects. Otherwise it is supposed to follow the redirect. Therefore just increasing the number of redirects does not let me test if it is a real redirect loop.
I would like to test agains an infinite redirect loop.
The text was updated successfully, but these errors were encountered: