Manage HTTP redirects from the proxied server
Offen
- Vorherrschende Sprache
- Python
- Sterne
- 3
- Forks
- 3
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Currently, if a HTTP redirect is given by the proxied server, this is proxied as well.
This means that the browser will be redirected to things like `http://localhost:some_port/xxx` instead of just redirecting to `xxx` under the correct proxied path.
I think this just involves using some regex substitution as I think also e.g. apache reverse_proxy does.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.