Thingspeak GET displays the variable name instead of its value
peter crayfourd
on 9 Apr 2022
Latest activity Reply by Christopher Stapels
on 11 Apr 2022
I am trying to extract the value of a couple of variables from a very basic web page. Although I can see the variable's values changing when I Inspect the page in Chrome Browser and Xcopy, I only get the variable name, not its value, when I select the option to "send your ThingHTTP request and view the response using the following URL:" Can anybody point this rookie in the right direction please?
1 Comment
Time DescendingVariables are generally set in a script. When thingHTTP fetches the page, it just returns the HTML, it does not have a javascript (or other script compiler) service to run the content on the page.
Sign in to participate