🔍 HTTP Request Interception Training
This demo shows how to intercept and analyze HTTP requests using proxy tools.
This demo shows how to intercept and analyze HTTP requests using proxy tools.
📋 Instructions
- Set up Burp Suite or any HTTP proxy tool
- Configure your browser to use the proxy
- Watch the network traffic when this page loads
- Observe the automatic form submission and background requests
🚀 Auto-Posting Form
This form will automatically submit after page load:
🔬 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