-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ESP8266WebServer args() result to high? #7106
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
Would you have a chance to test #6768 ? |
well, if you can help me ;-) |
|
Duplicate of #6435, closing. |
sorry, need some more help. I found this: So what do I need to enter under platform_packages = |
Staging version = git master. |
Hi,
I'd like to understand if the following is a feature or bug:
I pass a few post parameters to a URL to set my WiFi configuration. These are:
I assumed if I get the number of arguments via httpserver.args() it would return "4", but it returns "5".
The content of the last argument is:
plain=WiFiSSID=a&WiFiPasswd=b&DevName=c&useDHCP=true
In the documentation I found:
So is it expected that the post body gets counted in the args() integer?
best regards
Stefan
The text was updated successfully, but these errors were encountered: