<?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[html request, no data back]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">The script does not work on real devices, but it works fine in emulator</p>
<pre><code>var http = new XMLHttpRequest()
var url = "http://ubuntutouch.people8people.com:8080/news/app/searcNews.php";
var params = "searchNews=" +searchText;
http.open("POST", url, true);

 // Send the proper header information along with the request
http.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
http.setRequestHeader("Content-length", params.length);
http.setRequestHeader("Connection", "close");

http.onreadystatechange = function() { // Call a function when the state changes.
            console.log(http.responseText)
}

http.send(params);
</code></pre>
<p dir="auto">Do i have to setup on my ubuntu touch devices?</p>
<p dir="auto">Thanks For your time <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=e9f7455a4ac" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.ubports.com/topic/5880/html-request-no-data-back</link><generator>RSS for Node</generator><lastBuildDate>Sat, 07 Mar 2026 09:28:04 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/5880.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 Mar 2021 16:55:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to html request, no data back on Tue, 16 Mar 2021 17:40:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/007fred50" aria-label="Profile: 007fred50">@<bdi>007fred50</bdi></a> great, don't forget to mark this topic as "Solved"</p>
]]></description><link>https://forums.ubports.com/post/48156</link><guid isPermaLink="true">https://forums.ubports.com/post/48156</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Tue, 16 Mar 2021 17:40:00 GMT</pubDate></item><item><title><![CDATA[Reply to html request, no data back on Tue, 16 Mar 2021 17:39:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a> Thanks it works now <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=e9f7455a4ac" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.ubports.com/post/48155</link><guid isPermaLink="true">https://forums.ubports.com/post/48155</guid><dc:creator><![CDATA[007fred50]]></dc:creator><pubDate>Tue, 16 Mar 2021 17:39:00 GMT</pubDate></item><item><title><![CDATA[Reply to html request, no data back on Tue, 16 Mar 2021 17:35:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/007fred50" aria-label="Profile: 007fred50">@<bdi>007fred50</bdi></a> example here: <a href="https://github.com/lduboeuf/t-tris/blob/master/ttris.apparmor" rel="nofollow ugc">https://github.com/lduboeuf/t-tris/blob/master/ttris.apparmor</a></p>
]]></description><link>https://forums.ubports.com/post/48152</link><guid isPermaLink="true">https://forums.ubports.com/post/48152</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Tue, 16 Mar 2021 17:35:08 GMT</pubDate></item><item><title><![CDATA[Reply to html request, no data back on Tue, 16 Mar 2021 17:33:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lduboeuf" aria-label="Profile: lduboeuf">@<bdi>lduboeuf</bdi></a> no there and how?</p>
]]></description><link>https://forums.ubports.com/post/48151</link><guid isPermaLink="true">https://forums.ubports.com/post/48151</guid><dc:creator><![CDATA[007fred50]]></dc:creator><pubDate>Tue, 16 Mar 2021 17:33:53 GMT</pubDate></item><item><title><![CDATA[Reply to html request, no data back on Tue, 16 Mar 2021 17:33:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/007fred50" aria-label="Profile: 007fred50">@<bdi>007fred50</bdi></a> have you declared "networking" policy in app armor file ?</p>
]]></description><link>https://forums.ubports.com/post/48150</link><guid isPermaLink="true">https://forums.ubports.com/post/48150</guid><dc:creator><![CDATA[lduboeuf]]></dc:creator><pubDate>Tue, 16 Mar 2021 17:33:13 GMT</pubDate></item></channel></rss>