ESPAsyncWebServer
ESPAsyncWebServer copied to clipboard
Adds checking for parameters when application/x-www-form-urlencoded content type is used
Don't just trust the content type header, check for the content for parameters too.
This is useful when JSON is posted with the content type application/x-www-form-urlencoded.
It should not be happening, but there are buggy clients always using that header for POST...