Potential bug: Starlette proxy duplicates request URL #2216
Unanswered
samringer
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm writing a simple HTTP proxy using Starlette.
The incoming urls seem to be duplicated?
For example, running
http_proxy=localhost:8000 curl www.example.com
against the following code printshttp://www.example.comhttp://www.example.com/
to stdout.Am I doing something wrong or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions