<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Отправка объекта на сервер в JSON]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=12728</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12728&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Отправка объекта на сервер в JSON».]]></description>
		<lastBuildDate>Wed, 07 Jun 2017 20:36:02 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Отправка объекта на сервер в JSON]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=116458#p116458</link>
			<description><![CDATA[<p><strong>Malcev</strong>, о, да храни тебя Господь, оно работает!<br />Как тут лайк поставить?</p>]]></description>
			<author><![CDATA[null@example.com (fixik)]]></author>
			<pubDate>Wed, 07 Jun 2017 20:36:02 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=116458#p116458</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отправка объекта на сервер в JSON]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=116457#p116457</link>
			<description><![CDATA[<p>Я никогда json не слал, но мне кажется надо делать как-то так:<br /></p><div class="codebox"><pre><code>WinHTTP := ComObjCreate(&quot;WinHTTP.WinHttpRequest.5.1&quot;)
WinHTTP.Open(&quot;POST&quot;, &quot;http://&quot;, false)
WinHTTP.SetRequestHeader(&quot;Content-Type&quot;, &quot;application/json&quot;)
Json = {&quot;a&quot;&#039;:&quot;b&quot;,&quot;c&quot;:&quot;d&quot;}
WinHTTP.Send(Json)</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Wed, 07 Jun 2017 20:29:04 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=116457#p116457</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отправка объекта на сервер в JSON]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=116446#p116446</link>
			<description><![CDATA[<p><strong>Malcev</strong>, не все так просто, я пытался.<br /><span class="postimg"><img src="https://pp.userapi.com/c637622/v637622242/532e6/1_Z2xqQMpUM.jpg" alt="https://pp.userapi.com/c637622/v637622242/532e6/1_Z2xqQMpUM.jpg" /></span></p>]]></description>
			<author><![CDATA[null@example.com (fixik)]]></author>
			<pubDate>Wed, 07 Jun 2017 11:03:54 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=116446#p116446</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отправка объекта на сервер в JSON]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=116444#p116444</link>
			<description><![CDATA[<div class="quotebox"><cite>fixik пишет:</cite><blockquote><p>Malcev, эм, за то, что я не ставлю точки - бан?....</p></blockquote></div><p>Да, уже были случаи. Почитайте правила.<br /></p><div class="quotebox"><blockquote><p>POST/GET запрос я делать умею</p></blockquote></div><p>Ну так и сделайте его, указав в заголовке Content-Type: application/json.</p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Wed, 07 Jun 2017 08:11:03 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=116444#p116444</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отправка объекта на сервер в JSON]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=116440#p116440</link>
			<description><![CDATA[<p><strong>Malcev</strong>, эм, за то, что я не ставлю точки - бан?....<br />POST/GET запрос я делать умею, мне лишь надо отправить объект на сервер, в котором содержится JSON...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................</p>]]></description>
			<author><![CDATA[null@example.com (fixik)]]></author>
			<pubDate>Wed, 07 Jun 2017 05:13:48 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=116440#p116440</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отправка объекта на сервер в JSON]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=116430#p116430</link>
			<description><![CDATA[<p>1) Не ставите точки - ждёте бан?<br />2) Читайте про POST запросы.</p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Tue, 06 Jun 2017 19:49:05 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=116430#p116430</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отправка объекта на сервер в JSON]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=116429#p116429</link>
			<description><![CDATA[<p>Помогите кто нибудь пж(</p>]]></description>
			<author><![CDATA[null@example.com (fixik)]]></author>
			<pubDate>Tue, 06 Jun 2017 18:02:36 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=116429#p116429</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отправка объекта на сервер в JSON]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=116389#p116389</link>
			<description><![CDATA[<p><strong>teadrinker</strong>, ну АХК же, ну<strong><span style="color: red">.</span></strong><br />Помогли бы лучше *тут грустный смайлик, но я не знаю, где его взять*<strong><span style="color: red">.</span></strong></p>]]></description>
			<author><![CDATA[null@example.com (fixik)]]></author>
			<pubDate>Mon, 05 Jun 2017 15:25:29 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=116389#p116389</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отправка объекта на сервер в JSON]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=116388#p116388</link>
			<description><![CDATA[<div class="quotebox"><cite>fixik пишет:</cite><blockquote><p>Вечер в хату, господа</p></blockquote></div><p><strong>fixik</strong>, вы точно <a href="http://www.syzo.ru/">форумом</a> не ошиблись?</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Mon, 05 Jun 2017 15:24:16 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=116388#p116388</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Отправка объекта на сервер в JSON]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=116386#p116386</link>
			<description><![CDATA[<p>Вечер в хату, господа.<br />Задача:<br />Требуется отправить на сервер от AHK запрос-пакет, чтобы в самом PHP просто ввести команду: &quot;$var = json_decode(file_get_contents(&#039;php://input), true);&#039;, и в этом пакете уже хранился JSON. Прошу помочь.<br />Пример: func(&quot;http://domain.ltd&quot;, {&quot;command&quot;:&quot;delete&quot;, &quot;comment&quot;:&quot;test&quot;}) или: func(&quot;http://domain.ltd&quot;, JSON.Encode(Object(&quot;command&quot;, &quot;delete&quot;, &quot;comment&quot;, &quot;test&quot;)))<br />Буду очень благодарен!</p>]]></description>
			<author><![CDATA[null@example.com (fixik)]]></author>
			<pubDate>Mon, 05 Jun 2017 14:53:57 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=116386#p116386</guid>
		</item>
	</channel>
</rss>
