<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Автоматизация роутеров через WinHttpRequest]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14356&amp;type=atom" />
	<updated>2018-11-29T15:57:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14356</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация роутеров через WinHttpRequest]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130114#p130114" />
			<content type="html"><![CDATA[<p>А дальше делаем с роутером, что хотим.<br />Лично я меняю ай-пи.<br /></p><div class="codebox"><pre><code>RegexMatch(WebRequest.ResponseText, &quot;http.+?userRpm&quot;, link)
Referer := link &quot;/WanStaticIpCfgRpm.htm&quot;
link .= &quot;/WanStaticIpCfgRpm.htm?wan=0&amp;wantype=1&amp;ip=.............. ; длинная строка со всеми параметрами
WebRequest.Open(&quot;GET&quot;, link)
WebRequest.SetRequestHeader(&quot;Referer&quot;, Referer)
WebRequest.SetRequestHeader(&quot;Cookie&quot;, Authorization)
WebRequest.Send()</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2018-11-29T15:57:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130114#p130114</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация роутеров через WinHttpRequest]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130104#p130104" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong> спасибо. Но сейчас у вас &quot;конец&quot; на самом интересном месте, хочется спросить, дальше-то что?<br />Пример более продвинутой автоматизации в студию!</p>]]></content>
			<author>
				<name><![CDATA[upsi_daezium]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34120</uri>
			</author>
			<updated>2018-11-29T13:36:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130104#p130104</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Автоматизация роутеров через WinHttpRequest]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130089#p130089" />
			<content type="html"><![CDATA[<p>Тема для обсуждения &quot;Автоматизация роутеров через WinHttpRequest&quot;.<br /><a href="http://forum.script-coding.com/viewtopic.php?id=17684">http://forum.script-coding.com/viewtopic.php?id=17684</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2018-11-28T20:34:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130089#p130089</id>
		</entry>
</feed>
