-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
puma missing query string #937
Comments
Are you using puma as a proxy server? Why are you including a URL in the path? |
No, I'm not using puma as a proxy server. I run it direct on command "rails server", and then I request from my android app. Some android lib behave like this, using absolute url in the path. I'm using eventsource. And I checked HTTP 1.1 protocol , using absolute url is fine. |
@huangxiangdan Ah ok. Just curious. Can you verify for me if the query params are missing in the actual code or is it just the log output? |
The query params are missing in the actual code. |
Hi, all
I'm using puma 3.2 as my Rails webserver. When I make a http get request with query string like this,
Puma is missing the query string "1=1", like
When I change my webserver back to WEBrick, It workes fine.
I think it's a bug of puma. Please check it.
The text was updated successfully, but these errors were encountered: