Skip to content

Instantly share code, notes, and snippets.

@honda0510
Created November 28, 2012 10:14
Show Gist options
  • Save honda0510/4160295 to your computer and use it in GitHub Desktop.
Save honda0510/4160295 to your computer and use it in GitHub Desktop.
POSTしたデータをIEで確認する方法
モーグの詳細検索を例に説明します。
http://www.moug.net/faq/search.php
1. IE9で詳細検索画面を開く。
2. IE9の開発者ツールを開く(F12キー)。
3. [ネットワーク]タブを開く。
4. [キャプチャの開始]ボタンをクリック。
5. 詳細検索画面で適当に検索する。
6. 結果が表示されたら[キャプチャの停止]ボタンをクリック。
7. 開発者ツールに表示されるURLの内、http://www.moug.net/faq/search.php?mode=results をクリック。
8. [詳細ビューに移動]ボタンをクリック。
[要求本文]タブにPOSTしたデータがあります。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment