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

The URL encoding in the Python framework was not converted to a string #158

Closed
rubbish822 opened this issue Dec 28, 2023 · 6 comments · Fixed by #166
Closed

The URL encoding in the Python framework was not converted to a string #158

rubbish822 opened this issue Dec 28, 2023 · 6 comments · Fixed by #166
Labels
bug Something isn't working

Comments

@rubbish822
Copy link

`curl -i localhost:8000/items/2023-12-22%3C--%3E2023-12-29
HTTP/1.1 200 OK
server: granian
content-length: 51
content-type: application/json
date: Thu, 28 Dec 2023 04:04:56 GMT

{"item_id":"2023-12-22%3C--%3E2023-12-29","q":null}`

`curl -i localhost:8000/items/2023-12-22%3C--%3E2023-12-29
HTTP/1.1 200 OK
date: Thu, 28 Dec 2023 04:05:20 GMT
server: uvicorn
content-length: 47
content-type: application/json

{"item_id":"2023-12-22<-->2023-12-29","q":null}`

@gi0baro
Copy link
Member

gi0baro commented Dec 28, 2023

@rubbish822 which framework is that?

@rubbish822
Copy link
Author

@rubbish822 which framework is that?

Django.

@rubbish822
Copy link
Author

@rubbish822 which framework is that?

Django.

Fastapi

@gi0baro
Copy link
Member

gi0baro commented Dec 28, 2023

@rubbish822 which framework is that?

Django.

ASGI or WSGI?

@rubbish822
Copy link
Author

@rubbish822 which framework is that?

Django.

ASGI or WSGI?

WSGI

@rubbish822
Copy link
Author

@rubbish822 which framework is that?

Django.

ASGI or WSGI?

WSGI

ASGI also has the same problem.

gi0baro added a commit that referenced this issue Jan 3, 2024
@gi0baro gi0baro added the bug Something isn't working label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants