-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
enduser_setup not working #2847
Comments
EDIT: Nevermind, wrong branch |
Have a look on dev. It's a new design now. |
Will fix 1. but the fragmentation part is above my |
Interesting. Looks like my browser didn't fragment the packets then. |
The missing part of this bug is covered in detail in #2931. So closing this issue |
Expected behavior
the
POST /setwifi
call shpould parse the paramsActual behavior
At least fiddler (a windows web analyzer tool) does send headers and body in two packets.
(1.) works well on params in the URL as used in the GET request. They are terminated by '&' or 'space'
The new POST locks loke this:
So the wifi_password is terminated by the end of data here.
Test code
compile with
Example from the documentation
NodeMCU version
Current dev build with the brand new enduser_setup
Hardware
ESP8266 dev board
The text was updated successfully, but these errors were encountered: