<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : TCLHttp</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Clomosy ile de&#287;i&#351;ken kullan&#305;m&#305; : TCLHttp]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 03:03:52 +0000</pubDate>
  <lastBuildDate>Fri, 13 Feb 2026 14:18:58 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1312</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[TCLHttp : https://api.openweathermap.org...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2971#2971</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=344">M-Guney</a><br /><strong>Konu:</strong> 1312<br /><strong>Gönderim Zamanı:</strong> 13&nbsp;Şubat&nbsp;2026 Saat 14:18<br /><br /><span style="color: rgb255, 255, 255; font-family: Inter, system-ui, -apple-system, MacSystemFont, &quot;Segoe UI&quot;, Roboto, Oxygen, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, Helvetica, Arial, sans-serif; font-size: 12px; white-space-collapse: preserve; : rgb33, 33, 33;"><a href="https://api.openweathermap.org/data/2.5/weather?lat=37&amp;l&#111;n=32&amp;appid=API_KEY%20" target="_blank" rel="nofollow">https://api.openweathermap.org/data/2.5/weather?lat=37&amp;lon=32&amp;appid=API_KEY</a>
Api'nın yönlendirdiği adreste hata var.Bu şekilde bi deneye bilir misin?</span><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Fri, 13 Feb 2026 14:18:58 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2971#2971</guid>
  </item> 
  <item>
   <title><![CDATA[TCLHttp : hallettim te&#351;ekk&#252;rlervoid GetWeather;{...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2966#2966</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=369">ebrarflz</a><br /><strong>Konu:</strong> 1312<br /><strong>Gönderim Zamanı:</strong> 13&nbsp;Şubat&nbsp;2026 Saat 11:43<br /><br />hallettim teşekkürler<div><div>void GetWeather;</div><div>{</div><div>&nbsp; if (edtCity.Text == '')&nbsp;</div><div>&nbsp; &nbsp; ShowMessage('Lütfen bir şehir yazınız.');</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; apiKey = 'api';&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; strUrl = '<a href="https://api.openweathermap.org/data/2.5/weather?q=" target="_blank" rel="nofollow">https://api.openweathermap.org/data/2.5/weather?q=</a>' + edtCity.Text + '&amp;appid=' + apiKey + '&amp;units=metric&amp;lang=tr';</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; try</div><div>&nbsp; &nbsp; &nbsp; strVeri = MyHttp.GetRequest(strUrl);</div><div>&nbsp; &nbsp; &nbsp; if (Pos('"temp":', strVeri) &gt; 0)</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ind = Pos('"temp":', strVeri);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; strTemp = Copy(strVeri, ind + 7, 20);&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ind = Pos(',', strTemp);&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (ind &gt; 0) strTemp = Copy(strTemp, 1, ind - 1);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lblTemp.Text = strTemp + '°C';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ind = Pos('"description":"', strVeri);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (ind &gt; 0)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; strDesc = Copy(strVeri, ind + 15, 50);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ind = Pos('"', strDesc);&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (ind &gt; 0) strDesc = Copy(strDesc, 1, ind - 1);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lblDesc.Text = strDesc;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ind = Pos('"icon":"', strVeri);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (ind &gt; 0)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; strIcon = Copy(strVeri, ind + 8, 3);&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MyForm.SetImage(imgIcon, '<a href="https://openweathermap.org/img/wn/" target="_blank" rel="nofollow">https://openweathermap.org/img/wn/</a>' + strIcon + '@4x.png');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ind = Pos('"name":"', strVeri);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (ind &gt; 0)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; strName = Copy(strVeri, ind + 8, 50);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ind = Pos('"', strName);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (ind &gt; 0) strName = Copy(strName, 1, ind - 1);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; edtCity.Text = strName;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; else</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ShowMessage('Hata! Şehir bulunamadı veya API Anahtarı hatalı.');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;lblDesc.Text = 'Hata';</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; except</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Bağlantı hatası!');</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>}</div></div>]]>
   </description>
   <pubDate>Fri, 13 Feb 2026 11:43:09 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2966#2966</guid>
  </item> 
  <item>
   <title><![CDATA[TCLHttp : // Response kullan&#305;m&#305;m bu &#351;ekildeydi...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2961#2961</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=369">ebrarflz</a><br /><strong>Konu:</strong> 1312<br /><strong>Gönderim Zamanı:</strong> 13&nbsp;Şubat&nbsp;2026 Saat 09:41<br /><br /><div>// Response kullanımım bu şekildeydi bir çok şey denedim fakat doğru döngüyü kuramadım</div><div>void GetWeatherData;</div><div>{</div><div>&nbsp; if (edtCity.Text == '') exit;</div><div><br></div><div>&nbsp; MyRest.BaseURL = 'API';</div><div>&nbsp; MyRest.Method = rmGET;</div><div>&nbsp; MyRest.Execute;</div><div>&nbsp;</div><div>&nbsp; if (MyRest.Response != '')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; &nbsp;try</div><div>&nbsp; &nbsp; &nbsp; &nbsp;MyJson = TclJsonQuery.Create(nil);</div><div>&nbsp; &nbsp; &nbsp; &nbsp;// RESPONSE BURADA KULLANILIYOR</div><div>&nbsp; &nbsp; &nbsp; &nbsp;MyJson.Parse(MyRest.Response);</div><div>&nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp;lblTemp.Text = MyJson.Select(MyJson.Root, 'main').GetString('temp') + '°C';</div><div>&nbsp; &nbsp; &nbsp; &nbsp;lblDesc.Text = MyJson.Select(MyJson.Root, 'weather').Item(0).GetString('description');</div><div>&nbsp; &nbsp; &nbsp; &nbsp;edtCity.Text = MyJson.GetString('name');</div><div>&nbsp; &nbsp; &nbsp;except</div><div>&nbsp; &nbsp; &nbsp; &nbsp;ShowMessage('Veri Hatası.');</div><div>&nbsp; &nbsp; &nbsp;}</div><div>&nbsp; }</div><div><br></div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Fri, 13 Feb 2026 09:41:26 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2961#2961</guid>
  </item> 
  <item>
   <title><![CDATA[TCLHttp : // HAVA DURUMU &#199;EKMEvoid GetWeather;{...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2957#2957</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=369">ebrarflz</a><br /><strong>Konu:</strong> 1312<br /><strong>Gönderim Zamanı:</strong> 13&nbsp;Şubat&nbsp;2026 Saat 09:15<br /><br /><div>// HAVA DURUMU ÇEKME&nbsp;</div><div>void GetWeather;</div><div>{</div><div>&nbsp; if (edtCity.Text == '') exit;</div><div><br></div><div>&nbsp; strUrl = '<a href="https://api.openweathermap.org/data/2.5/weather?q=" target="_blank" rel="nofollow">https://api.openweathermap.org/data/2.5/weather?q=</a>' + edtCity.Text + '&amp;appid=086bce3b99dd35ec3b1cdfa932aa5839&amp;units=metric&amp;lang=tr';</div><div>&nbsp;&nbsp;</div><div>&nbsp; strVeri = MyHttp.GetRequest(strUrl);</div><div>&nbsp;&nbsp;</div><div>&nbsp; //HATA AŞAĞIDAKİ İF DE BAŞLIYOR</div><div>&nbsp; if (strVeri != '')&nbsp; //NOT kullandım fakat yine düzelmedi.</div><div>&nbsp; {</div><div>&nbsp; &nbsp; &nbsp; MyJson = TclJsonQuery.Create(nil);</div><div>&nbsp; &nbsp; &nbsp; MyJson.Parse(strVeri);</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; lblTemp.Text = MyJson.Select(MyJson.Root, 'main').GetString('temp') + '°C';</div><div>&nbsp; &nbsp; &nbsp; lblDesc.Text = MyJson.Select(MyJson.Root, 'weather').Item(0).GetString('description');</div><div>&nbsp; &nbsp; &nbsp; edtCity.Text = MyJson.GetString('name');</div><div>&nbsp; }</div><div>}</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Fri, 13 Feb 2026 09:15:00 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2957#2957</guid>
  </item> 
  <item>
   <title><![CDATA[TCLHttp : Merhaba Ebrar,Hata ald&#305;&#287;&#305;n mevcut...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2949#2949</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=257">Emr.Erkmn</a><br /><strong>Konu:</strong> 1312<br /><strong>Gönderim Zamanı:</strong> 12&nbsp;Şubat&nbsp;2026 Saat 18:18<br /><br />Merhaba Ebrar,&nbsp;<br>Hata aldığın mevcut kodu paylaşabilir misin?<a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Thu, 12 Feb 2026 18:18:09 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2949#2949</guid>
  </item> 
  <item>
   <title><![CDATA[TCLHttp : Rest kulland&#305;m hatalar azald&#305;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2939#2939</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=369">ebrarflz</a><br /><strong>Konu:</strong> 1312<br /><strong>Gönderim Zamanı:</strong> 12&nbsp;Şubat&nbsp;2026 Saat 17:56<br /><br />Rest kullandım hatalar azaldı fakat&nbsp;(MyRest.Response )&nbsp; response kısmında hata alıyorum bir çok şey denedim fakat çözemedim döngüde kullanıyorum bunu veri alırken<a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Thu, 12 Feb 2026 17:56:07 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2939#2939</guid>
  </item> 
  <item>
   <title><![CDATA[TCLHttp : E&#287;er ki Rest API kullan&#305;yorsan...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2927#2927</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=344">M-Guney</a><br /><strong>Konu:</strong> 1312<br /><strong>Gönderim Zamanı:</strong> 12&nbsp;Şubat&nbsp;2026 Saat 16:17<br /><br />Eğer ki Rest API kullanıyorsanız&nbsp;<a href="https://www.docs.clomosy.com/index.php?title=TclRest" target="_blank" rel="nofollow">https://www.docs.clomosy.com/index.php?title=TclRest</a><br>Buradan bakabilirsiniz.<br>Probleminiz çözülmez ise geri dönüşünüzü bekliyorum.<a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Thu, 12 Feb 2026 16:17:11 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2927#2927</guid>
  </item> 
  <item>
   <title><![CDATA[TCLHttp : API entegrasyonu &#252;zerinde &#231;al&#305;&#351;&#305;yorum.TCLHttp...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2920#2920</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=369">ebrarflz</a><br /><strong>Konu:</strong> 1312<br /><strong>Gönderim Zamanı:</strong> 12&nbsp;Şubat&nbsp;2026 Saat 13:48<br /><br /><p -path-to-node="4,0">API entegrasyonu üzerinde çalışıyorum.TCLHttp bileşeni ile API'nin endpoint adresine HTTP Get İsteği&nbsp;gönderiyorum.Tarayıcı üzerinden URL'yi denediğimde JSON verisi sorunsuz geliyor, ancak uygulama içerisinden istek attığımda bağlantı sağlanamıyor (veya boş dönüyor). Nasıl düzeltebilirim URL eklememin başka yolu var mı?</p><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Thu, 12 Feb 2026 13:48:14 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1312&amp;PID=2920#2920</guid>
  </item> 
 </channel>
</rss>