<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[HTTP GET query parameters]]></title><description><![CDATA[<p dir="auto">Hi All,</p>
<p dir="auto">I want to build a weather station and use a weather API to get forecast details. I am using a service where the HTTP GET URL is the following:<br />
<code>https://weather.visualcrossing.com/VisualCrossingWebServices/rest/services/timeline/Budapest/today?unitGroup=metric&amp;elements=tempmax%2Ctempmin%2Cprecipprob%2Cconditions%2Cicon&amp;include=days&amp;key=API_KEY&amp;contentType=json</code><br />
When I paste this into the HTTP request URL, the part after the ? gets truncated. I could not find an example how it needs to be added. It is not header information, nor Data.</p>
<p dir="auto">How to you add the query parameters?</p>
<p dir="auto">Thanks,<br />
Csongor</p>
]]></description><link>https://community.m5stack.com/topic/4281/http-get-query-parameters</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 15:36:40 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4281.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 May 2022 21:17:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to HTTP GET query parameters on Sun, 15 May 2022 21:13:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/epollari" aria-label="Profile: epollari">@<bdi>epollari</bdi></a> Thanks a lot. Even though I am watching my own thread, I am not getting a notification on comments. Good that I checked :)</p>
<p dir="auto">Can I ask you to also check my next issue?<br />
So my web service returns a json like this:<br />
<code>{"queryCost":1,"latitude":47.4997,"longitude":19.0551,"resolvedAddress":"Budapest, Magyarország","address":"Budapest","timezone":"Europe/Budapest","tzoffset":2.0,"days":[{"tempmax":26.0,"tempmin":10.0,"precipprob":0.0,"conditions":"Clear","icon":"clear-day"}]}</code></p>
<p dir="auto"><img src="/assets/uploads/files/1652649196263-5efdd892-0a56-4102-9a15-ab230a2c4b8c-image-resized.png" alt="0_1652649195130_5efdd892-0a56-4102-9a15-ab230a2c4b8c-image.png" class=" img-fluid img-markdown" /><br />
So far I am just trying to get the various pieces out of this json, but you can see above how you get an element from an array. And finally it works :)</p>
]]></description><link>https://community.m5stack.com/post/17491</link><guid isPermaLink="true">https://community.m5stack.com/post/17491</guid><dc:creator><![CDATA[csongor.varga]]></dc:creator><pubDate>Sun, 15 May 2022 21:13:55 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP GET query parameters on Wed, 11 May 2022 05:06:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/epollari" aria-label="Profile: epollari">@<bdi>epollari</bdi></a> Nice work in sorting it out.</p>
]]></description><link>https://community.m5stack.com/post/17466</link><guid isPermaLink="true">https://community.m5stack.com/post/17466</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Wed, 11 May 2022 05:06:05 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP GET query parameters on Wed, 11 May 2022 01:25:42 GMT]]></title><description><![CDATA[<p dir="auto">I've got it. Replace the existing URL text box with an <em>unescaped</em> text box and type/paste the URL. There should be no more truncating at the question mark.</p>
<p dir="auto"><img src="/assets/uploads/files/1652232314827-screenshot-2022-05-11-042107-resized.png" alt="0_1652232311866_Screenshot 2022-05-11 042107.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/17464</link><guid isPermaLink="true">https://community.m5stack.com/post/17464</guid><dc:creator><![CDATA[epollari]]></dc:creator><pubDate>Wed, 11 May 2022 01:25:42 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP GET query parameters on Tue, 10 May 2022 23:41:34 GMT]]></title><description><![CDATA[<p dir="auto">@csongor-varga: Yup, I'm experiencing the same issue with <a href="http://openweathermap.org" target="_blank" rel="noopener noreferrer nofollow ugc">openweathermap.org</a>. My HTTP GET URL gets stripped of all the parameters following the question mark. Modifying the Python code works, but there's no switching back to Blockly anymore.</p>
]]></description><link>https://community.m5stack.com/post/17463</link><guid isPermaLink="true">https://community.m5stack.com/post/17463</guid><dc:creator><![CDATA[epollari]]></dc:creator><pubDate>Tue, 10 May 2022 23:41:34 GMT</pubDate></item></channel></rss>