<?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[QML Image Source seems to change the IP of an Image Adress]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">I have the following problem:<br />
From an UPnP-Server, I get the adress of an image, like this:<br />
@<br />
<a href="http://127.0.0.1:6051/thumbnail?id=1688&amp;mimetype=image/jpeg" target="_blank" rel="noopener noreferrer nofollow ugc">http://127.0.0.1:6051/thumbnail?id=1688&amp;mimetype=image/jpeg</a><br />
@</p>
<p dir="auto">This one I give as a String to an Image.source in my QML-Code</p>
<p dir="auto">I get back the following error-Message:<br />
@<br />
QML Image: Error downloading <a href="http://172.24.7.73" target="_blank" rel="noopener noreferrer nofollow ugc">http://172.24.7.73</a> - server replied: Service Unavailable<br />
@</p>
<p dir="auto">Here I have to say, that 172.24.7.73 is the IP-Adress of local-host, but I can not reach it from my Qt-Program, because a proxy is in use, which blockes this adress (I described that problem already here: "<a href="http://qt-project.org/forums/viewthread/20637/" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/forums/viewthread/20637/</a>":<a href="http://qt-project.org/forums/viewthread/20637/" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/forums/viewthread/20637/</a></p>
<p dir="auto">So my question is: Is it really the QML what is changing the URL? If so, why and - more important - is the a way to avoid this?</p>
]]></description><link>https://forum.qt.io/topic/21203/qml-image-source-seems-to-change-the-ip-of-an-image-adress</link><generator>RSS for Node</generator><lastBuildDate>Wed, 23 Sep 2026 08:07:24 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/21203.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 07 Nov 2012 16:01:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QML Image Source seems to change the IP of an Image Adress on Wed, 14 Nov 2012 01:54:01 GMT]]></title><description><![CDATA[<p dir="auto">You can define which QNetworkAccessManager the engine uses to request stuff.  If you have a custom QNAM which resolves things in the way you want, that might solve your issue.</p>
]]></description><link>https://forum.qt.io/post/156953</link><guid isPermaLink="true">https://forum.qt.io/post/156953</guid><dc:creator><![CDATA[chrisadams]]></dc:creator><pubDate>Wed, 14 Nov 2012 01:54:01 GMT</pubDate></item></channel></rss>