You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an ESP8266WebServer receives a POST request that just consists of a URL with parameters, but no content, its URL is not parsed for parameters.
This is reproducible using this example from the Blynk project but it affects any project that uses the WebServer class and requires simple POST requests like: