<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/http-request/">
    <title>HTTP-REQUEST 解説 Wiki</title>
    <link>http://w.atwiki.jp/http-request/</link>
    <atom:link href="https://w.atwiki.jp/http-request/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>HTTP-REQUEST 解説 Wiki</description>

    <dc:language>ja</dc:language>
    <dc:date>2014-12-13T11:07:09+09:00</dc:date>
    <utime>1418436429</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/http-request/pages/7.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/http-request/pages/6.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/http-request/pages/5.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/http-request/pages/3.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/http-request/pages/1.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/http-request/pages/7.html">
    <title>2ch ２ちゃんねる 自動書き込み</title>
    <link>https://w.atwiki.jp/http-request/pages/7.html</link>
    <description>
      ***接続ファイル
#highlight(xml,linenumber){{
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;
&lt;connects&gt;
  &lt;connect enable=&quot;false&quot;&gt;
    &lt;label&gt;2ch書き込み(初回忍法帳作成用)&lt;/label&gt;
    &lt;tpl&gt;2ch_write_eat_cookie.tpl.xml&lt;/tpl&gt;
    &lt;variables&gt;
      &lt;!-- 書き込み対象のスレッドのURLです。 --&gt;
      &lt;variable name=&quot;ThreadURL&quot;&gt;http://XXXXXX.2ch.net/test/read.cgi/XXXXXXX/12345678/&lt;/variable&gt;
      
      &lt;!-- スレッドの投稿先です。 スレッドURLと同じサブドメインを指定してください。 --&gt;
      &lt;variable name=&quot;WriteURL&quot;&gt;http://XXXXXX.2ch.net/test/bbs.cgi?guid=ON&lt;/variable&gt;
      
      &lt;!-- 書き込みの間隔(秒)です。 数字のみ、または&quot;1-5&quot;のように指定も出来ます。 --&gt;
      &lt;variable name=&quot;Interval&quot;&gt;10&lt;/variable&gt;
      
      &lt;!-- 投稿メッセージです。HTML特殊文字はエスケープしてください。(例えば &quot;&amp;&quot; は &quot;&amp;&quot; にする。 --&gt;
      &lt;variable name=&quot;VarMESSAGE&quot;&gt;書き込み本文(・∀・)&lt;/variable&gt;
    &lt;/variables&gt;
    &lt;cookieId&gt;2ch-write&lt;/cookieId&gt;
  &lt;/connect&gt;
  
  &lt;connect&gt;
    &lt;label&gt;2ch書き込み&lt;/label&gt;
    &lt;tpl&gt;2ch_write.tpl.xml&lt;/tpl&gt;
    &lt;variables&gt;
      &lt;!-- 書き込み対象のスレッドのURLです。 --&gt;
      &lt;variable name=&quot;ThreadURL&quot;&gt;htt    </description>
    <dc:date>2014-12-13T11:07:09+09:00</dc:date>
    <utime>1418436429</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/http-request/pages/6.html">
    <title>診断くん</title>
    <link>https://w.atwiki.jp/http-request/pages/6.html</link>
    <description>
      ***接続ファイル
#highlight(xml,linenumber){{
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;
&lt;connects&gt;
  &lt;connect&gt;
    &lt;label&gt;connect&lt;/label&gt;
    &lt;tpl&gt;request.tpl.xml&lt;/tpl&gt;
  &lt;/connect&gt;
&lt;/connects&gt;
}}


***リクエストファイル
#highlight(xml,linenumber){{
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;
&lt;requests&gt;
&lt;default&gt;
  &lt;url&gt;http://exsample-domain/&lt;/url&gt;
  &lt;method&gt;GET&lt;/method&gt;
  &lt;interval&gt;1&lt;/interval&gt;
  &lt;headers&gt;
    &lt;header name=&quot;Accept&quot;&gt;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&lt;/header&gt;
    &lt;header name=&quot;Accept-Encoding&quot;&gt;gzip, deflate&lt;/header&gt;
    &lt;header name=&quot;Accept-Language&quot;&gt;ja,en-us;q=0.7,en;q=0.3e&lt;/header&gt;
    &lt;header name=&quot;Connection&quot;&gt;keep-alive&lt;/header&gt;
    &lt;header name=&quot;User-Agent&quot;&gt;Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36&lt;/header&gt;
  &lt;/headers&gt;
&lt;/default&gt;
	
&lt;request&gt;
  &lt;label&gt;request&lt;/label&gt;
  &lt;url&gt;http://taruo.net/e/&lt;/url&gt;
  &lt;method&gt;GET&lt;/method&gt;
&lt;/request&gt;
    </description>
    <dc:date>2014-09-14T21:04:59+09:00</dc:date>
    <utime>1410696299</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/http-request/pages/5.html">
    <title>左メニュー</title>
    <link>https://w.atwiki.jp/http-request/pages/5.html</link>
    <description>
      ***メニュー
- [[トップページ&gt;http://www63.atwiki.jp/http-request/pages/1.html]]
//#region(open,設定)
- [[診断くん&gt;http://www63.atwiki.jp/http-request/pages/6.html]]
- [[2ch自動化&gt;http://www63.atwiki.jp/http-request/pages/7.html]]
//#endregion
- [[メニュー&gt;/http-request/pages/2.html]]

----

***リンク
- [[HTTP-REQUEST 公式&gt;&gt;http://http-request.xsver.com/]]

----

***更新履歴
#recent(30)    </description>
    <dc:date>2014-09-18T18:26:20+09:00</dc:date>
    <utime>1411032380</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/http-request/pages/3.html">
    <title>右メニュー</title>
    <link>https://w.atwiki.jp/http-request/pages/3.html</link>
    <description>
      **カウンター
|今日|&amp;counter(today)人|
|昨日|&amp;counter(yesterday)人|
|&amp;bold(){合計}|&amp;bold(){&amp;counter()人}|

現在&amp;online()人が閲覧中。

**更新履歴
#recent(30)    </description>
    <dc:date>2014-09-14T08:50:17+09:00</dc:date>
    <utime>1410652217</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/http-request/pages/1.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/http-request/pages/1.html</link>
    <description>
      
&lt;h3&gt;当wikiは&lt;a href=&quot;//http-request.xsver.com/&quot; target=&quot;_blank&quot; title=&quot;HTTP-REQUEST 公式&quot;&gt;HTTP-REQUEST&lt;/a&gt;の非公式wikiです。&lt;/h3&gt;
&lt;p&gt;基本的に誰でも編集できます。&lt;br /&gt;
自由に、通信の自動化の設定方法や解説を記載してください。&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;使用許諾・免責事項&lt;/h3&gt;
&lt;p&gt;当wikiの利用または当wikiに掲載されている情報の利用によって生じるいかなるトラブルや損失・損害等において、&lt;br /&gt;
当wikiの管理者並びに編集者は一切責任を問わないものとします。&lt;/p&gt;
&lt;p&gt;当wikiと当wikiに掲載されている情報の利用は、すべて利用者の自己責任によるものとします。&lt;/p&gt;
&lt;p&gt;当wikiが紹介しているウェブサイトやソフトウェアやその他情報の合法性、正確性、道徳性、最新性、適切性、著作権の許諾や有無など、&lt;br /&gt;
その内容については一切の保証を致しかねます。&lt;/p&gt;
&lt;p&gt;当wikiからリンクやバナーなどによって他のサイトに移動された場合、移動先サイトで提供される情報、サービス等について一切の責任を負いません。&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3 id=&quot;id_c06b13d0&quot;&gt;バグ・不具合を見つけたら？ 要望がある場合は？&lt;/h3&gt;
&lt;div&gt;お手数ですが、&lt;a href=&quot;http://atwiki.jp/helpdesk&quot; target=&quot;_blank&quot;&gt;お問い合わせフォーム&lt;/a&gt;からご連絡ください。&lt;/div&gt;
    </description>
    <dc:date>2014-09-29T09:13:13+09:00</dc:date>
    <utime>1411949593</utime>
  </item>
  </rdf:RDF>
