<?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[IdHTTP1-&amp;gt;Get und Exception Socket Error #11001]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich will einen kleinen DynDNS Client schrieben.<br />
Leider wirft mir Indy die Exeption Socket Error #11001 in folgendem Code-Segment:</p>
<pre><code class="language-cpp">String toSend=&quot;http://&quot;+edAcc-&gt;Text+&quot;:&quot;+edPW-&gt;Text+
       &quot;@members.dyndns.org/nic/update?system=dyndns&amp;hostname=&quot;+
       edHost-&gt;Text+&quot;&amp;myip=&quot;+ IP +&quot;&amp;wildcard=OFF&amp;mx=x&amp;backmx=NO&amp;offline=NO&quot;;

try        { IdHTTP1-&gt;Get(toSend);
             insSatus(&quot;Gesendet...&quot;);
           }
catch(...) { insSatus(&quot;Fehlgeschlagen!&quot;);
             return;
           }
</code></pre>
<p>Ich tippe drauf das das an den Sonderzeichen ( : ? @ = ) in der URL liegt. Die URL an sich ist richtig. Über den CPPWebBrowser funktioniert das alles auch.<br />
Muß ich bei der IdHTTP Kompo noch was einstellen das er die Sonderzeichen schluckt?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/82697/idhttp1-gt-get-und-exception-socket-error-11001</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 09:48:43 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/82697.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 13 Aug 2004 10:00:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to IdHTTP1-&amp;gt;Get und Exception Socket Error #11001 on Fri, 13 Aug 2004 10:00:06 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich will einen kleinen DynDNS Client schrieben.<br />
Leider wirft mir Indy die Exeption Socket Error #11001 in folgendem Code-Segment:</p>
<pre><code class="language-cpp">String toSend=&quot;http://&quot;+edAcc-&gt;Text+&quot;:&quot;+edPW-&gt;Text+
       &quot;@members.dyndns.org/nic/update?system=dyndns&amp;hostname=&quot;+
       edHost-&gt;Text+&quot;&amp;myip=&quot;+ IP +&quot;&amp;wildcard=OFF&amp;mx=x&amp;backmx=NO&amp;offline=NO&quot;;

try        { IdHTTP1-&gt;Get(toSend);
             insSatus(&quot;Gesendet...&quot;);
           }
catch(...) { insSatus(&quot;Fehlgeschlagen!&quot;);
             return;
           }
</code></pre>
<p>Ich tippe drauf das das an den Sonderzeichen ( : ? @ = ) in der URL liegt. Die URL an sich ist richtig. Über den CPPWebBrowser funktioniert das alles auch.<br />
Muß ich bei der IdHTTP Kompo noch was einstellen das er die Sonderzeichen schluckt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/581789</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/581789</guid><dc:creator><![CDATA[IndyFan]]></dc:creator><pubDate>Fri, 13 Aug 2004 10:00:06 GMT</pubDate></item><item><title><![CDATA[Reply to IdHTTP1-&amp;gt;Get und Exception Socket Error #11001 on Fri, 13 Aug 2004 10:17:07 GMT]]></title><description><![CDATA[<p>Suchfunktion benutzen! Z.B.<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=78733&amp;highlight=socket+error" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic.php?t=78733&amp;highlight=socket+error</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/581800</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/581800</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Fri, 13 Aug 2004 10:17:07 GMT</pubDate></item><item><title><![CDATA[Reply to IdHTTP1-&amp;gt;Get und Exception Socket Error #11001 on Fri, 13 Aug 2004 11:03:10 GMT]]></title><description><![CDATA[<p>Jansen schrieb:</p>
<blockquote>
<p>Suchfunktion benutzen!</p>
</blockquote>
<p>Sorry, ich war dumm. Wer schreiben kann ist klar im Vorteil. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/581861</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/581861</guid><dc:creator><![CDATA[IndyFan]]></dc:creator><pubDate>Fri, 13 Aug 2004 11:03:10 GMT</pubDate></item></channel></rss>