Device Parameter Querying Through HTTP (Device Tokens)
153
SWRU455A – February 2017 – Revised March 2017
Copyright © 2017, Texas Instruments Incorporated
HTTP Server
9.5.11 Host Tokens
All tokens not defined in the previous sections are transferred to the host for conversion.
9.6
Resource Search Order
This section describes the way in which the HTTP server handles each HTTP request according to its type
and resource name.
9.6.1 GET Request Search Order
A GET request is processed according to the flow in
.
Figure 9-8. GET Request Flow
If a file is not found in the file system, it is searched in the device ROM, where the following files always
exist:
•
index.html
•
netlist.txt
•
param_product_version.txt
•
param_device_name.txt
•
param_ip_address.txt
•
param_cfg_result.txt
Any request other than GET is not associated with these resources, and is transferred directly to the host.
Additionally, to use the built-in configuration page, do not override any of the built-in pages, because this
breaks functionality.