SWRU368C May 2018 – January 2021 CC3100 , CC3100MOD , CC3200 , CC3200MOD
To support HTML pages with data that is generated dynamically by the server, the HTTP web server supports a set of predefined tokens replaced on-the-fly by the server, with dynamically generated content.
As a consequence of a GET request, the HTTP server will scan the HTML page for the ‘__SL_G_’ prefix. If it finds a prefix, it checks the complete token. Once it matches a known token, it replaces the token in the HTML with the appropriate data (string) that matches that token (for example, ‘__SL_G_N.A’ will be replaced by STA IP address and ‘__SL_G_V.A’ will be replaced by the NWP version). This string is eventually displayed by the browser, instead of displaying the token.
For a complete list of the predefined tokens, see Section 11.12.