Closed
Description
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
Labels
No labels