Skip to content

server.arg() is broken for POST requests on 2.4.0? #4426

Closed
@cwalger

Description

@cwalger

in 2.3.0 this was working as expected:

in javascript, i am using createXmlHttpObject(), xmlHttp.open('POST', abc.com, true), then xmlHttp.send('item='+value), where value is a string to identify which button was pushed

in 2.3.0, (server.arg(0)=="off") would return true,

but in 2.4.0, only (server.arg(0)=="item=off") returns true,

Thanks!

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