You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
cwalger
changed the title
server.args() & server.arg() are broken for POST requests on 2.4.0?
server.arg() is broken for POST requests on 2.4.0?
Feb 23, 2018
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!
The text was updated successfully, but these errors were encountered: