<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Форум компьютерной помощи &mdash; Послать GET Http запрос браузеру из лотуса]]></title>
		<link>https://itpmr.ru/viewtopic.php?id=1008</link>
		<atom:link href="https://itpmr.ru/extern.php?action=feed&amp;tid=1008&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Послать GET Http запрос браузеру из лотуса».]]></description>
		<lastBuildDate>Thu, 10 Nov 2016 08:04:25 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Послать GET Http запрос браузеру из лотуса]]></title>
			<link>https://itpmr.ru/viewtopic.php?pid=124615#p124615</link>
			<description><![CDATA[<p>Вот пример get запроса с лотуса браузеру.</p><div class="codebox"><pre><code>Sub Click(Source As Button)
    &#039;On Error Goto ErrH
    Print &quot;старт&quot;
    If datapatch&lt;&gt;&quot;&quot; Then
        Print &quot;datapatch:&quot; &amp; datapatch
        On Error Goto ErrH
        Dim objHTTP
        Set objHTTP = CreateObject( &quot;WinHttp.WinHttpRequest.5.1&quot; )
        objHTTP.Open &quot;GET&quot;, &quot;http://127.0.0.1:9999/exit&quot;, False
        Call objHTTP.setRequestHeader (&quot;User-Agent&quot;, &quot;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)&quot;)
        
        objHTTP.Send
        
        Print &quot;9999/exit сделали&quot;
    End If
    &#039;
    Exit Sub    
ErrH:
    Print &quot;Ошибка &quot; &amp; objHTTP.GetLastError
    Exit Sub
End Sub</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Thu, 10 Nov 2016 08:04:25 +0000</pubDate>
			<guid>https://itpmr.ru/viewtopic.php?pid=124615#p124615</guid>
		</item>
	</channel>
</rss>
