Skip to content

Get raw data from Esp8266WebServer client #7472

@enjoyneering

Description

@enjoyneering

If I use Esp8266WebServer I can only work with the data parsed by the library ex. server.arg("humidity"), server.arg("temperature") etc. But In my project along with handy server.on() functions I need to get a lot of POST requests from users posted to ESP along with JSON.

Is there any way I can get the raw string from the Esp8266WebServer client to parse it using ArduinoJson?

Thank you.

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