Skip to content

Parameters in a POST URL that has empty content are not parsed #3397

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

Closed
teejaydub opened this issue Jul 3, 2017 · 0 comments
Closed

Parameters in a POST URL that has empty content are not parsed #3397

teejaydub opened this issue Jul 3, 2017 · 0 comments

Comments

@teejaydub
Copy link
Contributor

Basic Infos

Hardware

Hardware: ESP-8266
Core Version: 2.4.0-rc1

Description

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:

POST http://example.com/?param=value

with an empty body.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant