Skip to content

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

Closed
@teejaydub

Description

@teejaydub

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions