Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は、ブラウザ経由で読み込まれるサードパーティの Java アプレットを持っており、いくつかのネットワーク アクティビティを実行します (正確には、http 要求、おそらく https がわからない)。
そのアクティビティをどのようにスニッフィング/トレースしますか? コンテンツではなく、リクエストヘッダーだけが必要です。ありがとう。
これは基本的なスニッフィングであり、Java にもアプレットにも関係ありません。Wiresharkは、この仕事に最適なツールです。Fiddler (Windows のみ) または同様のものを使用して、http(s) アクティビティをより詳細に調査することもできます。