SWRU368C May 2018 – January 2021 CC3100 , CC3100MOD , CC3200 , CC3200MOD
User-defined tokens are used in POST requests to send information to the host.
If the HTTP web server receives an HTTP POST request that contains tokens that are not in the predefined list, the server generates a post_token_value asynchronous event to the host, which contains the following information: form action name, token name, and token value. The host can then process the required information.
To prevent user tokens from colliding with the internal tokens, use tokens with the following structure: __SL_P_UXX, where XX can be any character or number.