Interceptor Demo

Web Security Training Platform
🔍 HTTP Request Interception Training
This demo shows how to intercept and analyze HTTP requests using proxy tools.
📋 Instructions
  1. Set up Burp Suite or any HTTP proxy tool
  2. Configure your browser to use the proxy
  3. Watch the network traffic when this page loads
  4. Observe the automatic form submission and background requests

🚀 Auto-Posting Form

This form will automatically submit after page load:

student
hunter2
Page loaded. Auto-submission will occur in 3 seconds...
🔬 What to Look For
  • POST request to /submit with form data
  • Background fetch to /track with custom headers
  • Image request to /pixel.gif for tracking
  • Custom header: X-Training-Demo: Burp-Should-See-Me