-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ESP8266WebServer parsing query part of URI #2611
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
Comments
Perhaps this is a solution:
|
@holgerlembke You are right, but I know that |
For concept compatibility it might be an approach to make it like php.
|
…ted, as a key with an empty value. Previous behavior was to completely ignore the argument, yet still include it in the argument count. (The use of "key=value" arguments is a convention, not an actual requirement in URLs.) Fixes bug esp8266#2611.
Fixed with #5252 . |
If I send a
I get an args() result. If I send a
the foo is lost, no args(), nothing.
I'm not suure how to solve that. Perhaps add a foo-argname with an empty arg.
The text was updated successfully, but these errors were encountered: