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

Process redirects inside proxy #169

Open
ai opened this issue Apr 17, 2024 · 0 comments
Open

Process redirects inside proxy #169

ai opened this issue Apr 17, 2024 · 0 comments

Comments

@ai
Copy link
Contributor

ai commented Apr 17, 2024

To avoid unnecessary usage of proxy, proxy should process HTTP redirects on its own.

If user’s request returned 3xx, proxy should get the location and go there (check fetch API for the built-in option).

But we need to have some redirect limit, to avoid going A→B→A→B→… infinitely.

@ai ai moved this to Ready to Take in Slow Reader Tasks Apr 17, 2024
@ai ai removed the Blocked label Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready to Take
Development

No branches or pull requests

1 participant