<?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 sender, url encoding...]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Can anyone tell me what files are responsible for encoding the URL's sent via the http sender?</p>
<p dir="auto">If i create a sending string, from a data point, such as... 'abc&amp;__value=xyz' and the sending parameter = __point</p>
<p dir="auto">It should send <a href="http://host?__point=abc&amp;__value=xyz" rel="nofollow ugc">http://host?__point=abc&amp;__value=xyz</a> but instead it converts everything in the data point string...</p>
<p dir="auto">so the receiver see's <a href="http://host?__point=abc%26__value%3Dxyz" rel="nofollow ugc">http://host?__point=abc%26__value%3Dxyz</a>.</p>
<p dir="auto">Now a php server i've running can cope with this, but what i'd like to do it publish to a mango http receiver.</p>
<p dir="auto">In this case, the http receiver doesn't decode the string, and takes it as it is and so fails.</p>
<p dir="auto">Is the encoding down to the dojo uri.js file?</p>
<p dir="auto">Or is the error in that the http receiver is not decoding the url and reading it literally?</p>
<p dir="auto">Thanks</p>
<p dir="auto">Neil</p>
]]></description><link>https://forum.mango-os.com/topic/1357/http-sender-url-encoding</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 18:04:05 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/1357.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Jun 2013 14:08:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Http sender, url encoding... on Fri, 04 Oct 2013 23:07:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/skiv71" aria-label="Profile: skiv71">@<bdi>skiv71</bdi></a> said:</p>
<blockquote>
<p dir="auto">Hi,</p>
<p dir="auto">Can anyone tell me what files are responsible for encoding the URL's sent via the http sender?</p>
<p dir="auto">If i create a sending string, from a data point, such as... 'abc&amp;__value=xyz' and the sending parameter = __point</p>
<p dir="auto">It should send <a href="http://host?__point=abc&amp;__value=xyz" rel="nofollow ugc">http://host?__point=abc&amp;__value=xyz</a> but instead it converts everything in the data point string...</p>
<p dir="auto">so the receiver see's <a href="http://host?__point=abc%26__value%3Dxyz" rel="nofollow ugc">http://host?__point=abc%26__value%3Dxyz</a>.</p>
<p dir="auto">Now a php server i've running can cope with this, but what i'd like to do it publish to a mango http receiver.</p>
<p dir="auto">In this case, the http receiver doesn't decode the string, and takes it as it is and so fails.</p>
<p dir="auto">Is the encoding down to the dojo uri.js file?</p>
<p dir="auto">Or is the error in that the http receiver is not decoding the url and reading it literally?</p>
<p dir="auto">Thanks</p>
<p dir="auto">Neil</p>
</blockquote>
<p dir="auto">Hey Neil,</p>
<p dir="auto">I don't know if you ever sorted out that issue.  I would say that it is definitely an issue with the receiving party not decoding them properly.  URL encoding is pretty standard actually.</p>
<p dir="auto">Ref: <a href="http://en.wikipedia.org/wiki/Percent-encoding" rel="nofollow ugc">http://en.wikipedia.org/wiki/Percent-encoding</a></p>
<p dir="auto">Regards,<br />
KD</p>
]]></description><link>https://forum.mango-os.com/post/7982</link><guid isPermaLink="true">https://forum.mango-os.com/post/7982</guid><dc:creator><![CDATA[King Dragon]]></dc:creator><pubDate>Fri, 04 Oct 2013 23:07:34 GMT</pubDate></item><item><title><![CDATA[Reply to Http sender, url encoding... on Fri, 14 Jun 2013 23:06:56 GMT]]></title><description><![CDATA[<p dir="auto">wew</p>
]]></description><link>https://forum.mango-os.com/post/7791</link><guid isPermaLink="true">https://forum.mango-os.com/post/7791</guid><dc:creator><![CDATA[Brokers2013]]></dc:creator><pubDate>Fri, 14 Jun 2013 23:06:56 GMT</pubDate></item></channel></rss>