Bot Monitor Demo
This application monitors HTTP requests to help debug bot behavior and detect how different crawlers (like Googlebot) request various image formats.
Request Monitoring
All incoming HTTP requests are logged with full headers, query parameters, and request bodies. View them in real-time on the Debug Monitor page.
Image Format Testing
Both JPG and WebP images are served below. Monitor how different bots and browsers request these formats by checking the Accept header in the Debug Monitor.
Sample Images
These images help detect how bots request different image formats. Check the Debug Monitor
to see the
Accept
header for image requests.
JPEG format - widely supported
WebP format - modern, smaller file size
JPEG format - widely supported
WebP format - modern, smaller file size
The Debug Monitor shows all requests to this application in real-time.
How to Use
- Open the Debug Monitor in one browser tab
- Enable "Auto-refresh" to see requests in real-time
- Make requests to any URL on this site (they all return 200 OK)
- Check the User-Agent and Accept headers to identify bots
- Look for patterns in how different crawlers request image formats
Test URLs
All URLs on this site return 200 OK and are logged. Try these:
/api/products
/sitemap.xml
/any/path/you/want?query=params