Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support infinite redirect loop. #31

Open
eerne opened this issue May 29, 2015 · 3 comments
Open

support infinite redirect loop. #31

eerne opened this issue May 29, 2015 · 3 comments
Assignees
Milestone

Comments

@eerne
Copy link

eerne commented May 29, 2015

I would like to test agains an infinite redirect loop.

@ahmadnassri
Copy link
Contributor

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.

@eerne
Copy link
Author

eerne commented Jun 3, 2015

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.

@ahmadnassri
Copy link
Contributor

I see now ... I'll add this to the next release.

@ahmadnassri ahmadnassri self-assigned this Jun 3, 2015
@ahmadnassri ahmadnassri modified the milestone: 1.6.0 Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants