<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: выгрузить данные с сайта]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17731&amp;type=atom" />
	<updated>2023-04-12T15:32:25Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17731</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: выгрузить данные с сайта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157548#p157548" />
			<content type="html"><![CDATA[<p>Не пробовал, но возможно с помощью этого ключа можно получать данные за определённую дату.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-04-12T15:32:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157548#p157548</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: выгрузить данные с сайта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157546#p157546" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />Спасибо! <br />Вроде бы этот параметр и не нужен, оставил так - &quot;HTTP.Open(&quot;POST&quot;, url_ekis . &quot;/soap/process.php?do=getGateways&amp;_dc=&quot;)&quot;.<br />А изначально не тот &quot;Content-Type&quot; прописал.</p>]]></content>
			<author>
				<name><![CDATA[inseption86]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38818</uri>
			</author>
			<updated>2023-04-12T15:29:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157546#p157546</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: выгрузить данные с сайта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157542#p157542" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>inseption86 пишет:</cite><blockquote><p>перед POST запросов необходимо получить ключ (dc=........)</p></blockquote></div><p>Это обычный timestamp UTC в милисекундах.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-04-12T15:15:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157542#p157542</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: выгрузить данные с сайта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157529#p157529" />
			<content type="html"><![CDATA[<p>Добрый день! Хотел выгрузить xlsx с сайта <a href="https://st.educom.ru/eduoffices/gateways/index.html">https://st.educom.ru/eduoffices/gateways/index.html</a>, но перед POST запросов необходимо получить ключ (dc=........), который видимо генерируется через</p><div class="codebox"><pre><code>script id=&quot;microloader&quot;</code></pre></div><p> при </p><div class="codebox"><pre><code>HTTP.Open(&quot;GET&quot;, url_ekis . &quot;/eduoffices/gateways/index.html&quot;)
HTTP.SetRequestHeader(&quot;Content-Type&quot;, &quot;text/html&quot;)
HTTP.SetRequestHeader(&quot;User-Agent&quot;, &quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36&quot;)
HTTP.Send()
HTTP.WaitForResponse()
MsgBox % Clipboard := HTTP.ResponseText
return</code></pre></div><p>Возможно ли это?</p>]]></content>
			<author>
				<name><![CDATA[inseption86]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38818</uri>
			</author>
			<updated>2023-04-12T12:43:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157529#p157529</id>
		</entry>
</feed>
