<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; Не работает URLGet() в Windows 7]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=15896</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15896&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Не работает URLGet() в Windows 7».]]></description>
		<lastBuildDate>Mon, 07 Dec 2020 14:15:16 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Не работает URLGet() в Windows 7]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=143985#p143985</link>
			<description><![CDATA[<p>Хорошо) Спасибо за ответ.</p>]]></description>
			<author><![CDATA[null@example.com (kolotilov256)]]></author>
			<pubDate>Mon, 07 Dec 2020 14:15:16 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=143985#p143985</guid>
		</item>
		<item>
			<title><![CDATA[Re: Не работает URLGet() в Windows 7]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=143983#p143983</link>
			<description><![CDATA[<p>Возможно в этом причина.<br /><a href="http://forum.script-coding.com/viewtopic.php?id=11238">http://forum.script-coding.com/viewtopic.php?id=11238</a><br />А вообще оставьте покойника в покое и переходите на десятку.</p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Mon, 07 Dec 2020 14:06:13 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=143983#p143983</guid>
		</item>
		<item>
			<title><![CDATA[Re: Не работает URLGet() в Windows 7]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=143982#p143982</link>
			<description><![CDATA[<p><strong>teadrinker</strong>, </p><div class="codebox"><pre><code>UrlGET(&quot;https://ipv4.icanhazip.com&quot;, 1, 5000)</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (kolotilov256)]]></author>
			<pubDate>Mon, 07 Dec 2020 14:04:28 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=143982#p143982</guid>
		</item>
		<item>
			<title><![CDATA[Re: Не работает URLGet() в Windows 7]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=143971#p143971</link>
			<description><![CDATA[<div class="quotebox"><cite>kolotilov256 пишет:</cite><blockquote><div class="codebox"><pre><code>HTTP.SetRequestHeader(&quot;Content-Type&quot;,&quot;application/x-www-form-urlencoded&quot;)</code></pre></div></blockquote></div><p>Этот хедер нужен только для POST и PUT запросов. Как вы вызываете эту функцию?</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Mon, 07 Dec 2020 07:33:03 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=143971#p143971</guid>
		</item>
		<item>
			<title><![CDATA[Не работает URLGet() в Windows 7]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=143969#p143969</link>
			<description><![CDATA[<p>Добрый день. Помогите пожалуйста, не работает URLGet() на Windows 7. Просто выдаёт пустое окно. Может быть кому-то известны пути решения.</p><div class="codebox"><pre><code>UrlGET(URL, upd=0, timer=0) {

   ComObjError(false)
   HTTP := ComObjCreate(&quot;WinHttp.WinHttpRequest.5.1&quot;)
   HTTP.Open(&quot;GET&quot;, URL, false)
   HTTP.SetRequestHeader(&quot;Content-Type&quot;,&quot;application/x-www-form-urlencoded&quot;)
   
   if timer
      HTTP.SetTimeouts(timer, timer, timer, timer)
   if upd
      HTTP.SetRequestHeader(&quot;Connection&quot;, &quot;close&quot;)
   
   try {
      HTTP.Send()
      HTTP.WaitForResponse()
      return HTTP.ResponseText
   }
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (kolotilov256)]]></author>
			<pubDate>Mon, 07 Dec 2020 07:08:25 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=143969#p143969</guid>
		</item>
	</channel>
</rss>
