SWRU368C May 2018 – January 2021 CC3100 , CC3100MOD , CC3200 , CC3200MOD
In SimpleLink, the variable name in the POST should follow the same rules of the GET tokens.
When the HTTP web server receives an HTTP POST request, the server first checks the form action name to understand if this POST should be handled internally. The server then goes over the parameters list, and checks each variable name to see if it matches one of the known predefined tokens. If the variable names match the predefined tokens, the server processes the values.