Product Hunt🚀 We are live on Product Hunt! Support our launch & use code PHLAUNCH20 for 20% off Pro
Stratosv1.4.1
Developer Tools• 3 min read

Request Inspector & cURL Replay

DevTools-grade HTTP traffic monitor with Chrome/Safari resource filters, cURL copying, and executable request replay.


Real-Time HTTP Request Inspector

Stratos monitors incoming HTTP requests to your local .test sites in real time without browser extensions or proxy certificates.

DevTools Resource Filter Bar

Use the filter pills to isolate specific network traffic instantly:

  • All: Complete stream of incoming HTTP requests.
  • Doc: HTML document and PHP template requests.
  • Fetch/XHR: REST API endpoints, JSON payloads, and AJAX calls.
  • JS & CSS: JavaScript modules, Vite hot bundles, and stylesheets.
  • Img, Media & Font: PNG, WebP, SVG, MP4 audio/video, and WOFF2 web fonts.

1-Click cURL Copy & Replay (Pro)

Debugging a failing webhook or API endpoint? Click on any captured request in the inspector:

  • Copy as cURL: Copies the exact command with headers, cookies, and body payloads ready for terminal execution.
  • Replay Request: Executes the request against your local endpoint with mutating request safeguards (confirming before executing POST, PUT, or DELETE).