hplush / slowreader

Web app to combine feeds from social networks and RSS and to help read more meaningful and deep content
https://dev.slowreader.app
GNU Affero General Public License v3.0
160 stars 38 forks source link

Process redirects inside proxy #169

Open ai opened 6 months ago

ai commented 6 months ago

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.