<?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[Error 426 when making GET request]]></title><description><![CDATA[<p dir="auto">Hey,<br />
I've just received a Core2 and wanted to try making some simple calls to an API. Problem is, I'm getting an error 426 back from the API I'm trying to access. It seems this error is saying my software is too old... I'm using UIFlow 1.7.2-core2 - is this too out of date? Is there a recommendation on what is best to run on my Core2 to get the latest version of MicroPython?</p>
<p dir="auto">thanks!</p>
]]></description><link>https://community.m5stack.com/topic/2951/error-426-when-making-get-request</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 21:37:15 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2951.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Feb 2021 20:19:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error 426 when making GET request on Sat, 20 Feb 2021 13:29:09 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the reply. You’re right that it’s the server response. In urequests, HTTP/1.0 is hard coded which is why the server returns that error. The API calls haven’t changed, I can make the same requests without issue via other REST clients or using the standard Python requests module. The issue is with the way only HTTP/1.0 is supported.</p>
<p dir="auto">What I’m trying to understand is if there is a way to make a request using HTTP/1.1 or above so I can avoid this? I’ve tried just changing it to 1.1 in the urequests module but sadly it doesn’t appear to be that simple!</p>
]]></description><link>https://community.m5stack.com/post/12579</link><guid isPermaLink="true">https://community.m5stack.com/post/12579</guid><dc:creator><![CDATA[eddible]]></dc:creator><pubDate>Sat, 20 Feb 2021 13:29:09 GMT</pubDate></item><item><title><![CDATA[Reply to Error 426 when making GET request on Sun, 14 Feb 2021 11:25:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/eddible" aria-label="Profile: eddible">@<bdi>eddible</bdi></a> Error 426 is a server response not an API response. It could be that the API calls have changed.</p>
]]></description><link>https://community.m5stack.com/post/12486</link><guid isPermaLink="true">https://community.m5stack.com/post/12486</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sun, 14 Feb 2021 11:25:14 GMT</pubDate></item></channel></rss>