<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Не работает URLGet() в Windows 7]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15896&amp;type=atom" />
	<updated>2020-12-07T14:15:16Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15896</id>
		<entry>
			<title type="html"><![CDATA[Re: Не работает URLGet() в Windows 7]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143985#p143985" />
			<content type="html"><![CDATA[<p>Хорошо) Спасибо за ответ.</p>]]></content>
			<author>
				<name><![CDATA[kolotilov256]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40656</uri>
			</author>
			<updated>2020-12-07T14:15:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143985#p143985</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Не работает URLGet() в Windows 7]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143983#p143983" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2020-12-07T14:06:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143983#p143983</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Не работает URLGet() в Windows 7]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143982#p143982" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, </p><div class="codebox"><pre><code>UrlGET(&quot;https://ipv4.icanhazip.com&quot;, 1, 5000)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[kolotilov256]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40656</uri>
			</author>
			<updated>2020-12-07T14:04:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143982#p143982</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Не работает URLGet() в Windows 7]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143971#p143971" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-12-07T07:33:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143971#p143971</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Не работает URLGet() в Windows 7]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143969#p143969" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kolotilov256]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40656</uri>
			</author>
			<updated>2020-12-07T07:08:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143969#p143969</id>
		</entry>
</feed>
