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

Prevent remote endpoint from running into redirect loops #43

Closed
muety opened this issue Sep 3, 2021 · 1 comment
Closed

Prevent remote endpoint from running into redirect loops #43

muety opened this issue Sep 3, 2021 · 1 comment
Labels

Comments

@muety
Copy link
Owner

muety commented Sep 3, 2021

If /api/page did a call to itself with itself as a lookup URL, it would probably end up in recursion. Simplest solution is to just filter URLs that match that endpoint.

@muety muety added the bug label Sep 3, 2021
@muety
Copy link
Owner Author

muety commented Sep 23, 2021

axios/axios#4084 would help with this.

@muety muety closed this as completed in 27fdfe3 Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant