differentiate %2F and / in path #2423
-
According to this disccusion in SO,
For short, There are a lot of issue related to this issue in different project:
Those problems need to be fixed in the asgi. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I have created a PR to show what actually means. |
Beta Was this translation helpful? Give feedback.
-
Hi @Kludex let's move our discussion here. I have post some issues related to this problem. In my case switch to |
Beta Was this translation helpful? Give feedback.
-
It seems to be the same logic in the handling of Path. https://github.com/pgjones/hypercorn/blob/main/src/hypercorn/protocol/http_stream.py#L93 |
Beta Was this translation helpful? Give feedback.
It seems to be the same logic in the handling of Path.
https://github.com/pgjones/hypercorn/blob/main/src/hypercorn/protocol/http_stream.py#L93
https://github.com/pgjones/hypercorn/blob/main/src/hypercorn/protocol/ws_stream.py#L215