How to include field value in ThingHTTP URL GET Request
I am trying to include a field value in a ThingHTTP GET request but have not been successful.
For example, I have have successfully used
https://myurl.com/site?value=12.34
to send a specifice value to an external site, but was unsuccessful when I tried to send a ThingSpeak channel field value in a similar way. I used the %% method, which works for ThingTweet, but that didn’t seem to work here. e.g.
https://myurl.com/site?value=%%channel_1234567_field_1%%
Am I doing something wrong, or is there an alternative method for doing this?I am trying to include a field value in a ThingHTTP GET request but have not been successful.
For example, I have have successfully used
https://myurl.com/site?value=12.34
to send a specifice value to an external site, but was unsuccessful when I tried to send a ThingSpeak channel field value in a similar way. I used the %% method, which works for ThingTweet, but that didn’t seem to work here. e.g.
https://myurl.com/site?value=%%channel_1234567_field_1%%
Am I doing something wrong, or is there an alternative method for doing this? I am trying to include a field value in a ThingHTTP GET request but have not been successful.
For example, I have have successfully used
https://myurl.com/site?value=12.34
to send a specifice value to an external site, but was unsuccessful when I tried to send a ThingSpeak channel field value in a similar way. I used the %% method, which works for ThingTweet, but that didn’t seem to work here. e.g.
https://myurl.com/site?value=%%channel_1234567_field_1%%
Am I doing something wrong, or is there an alternative method for doing this? thinghttp MATLAB Answers — New Questions