CryptiCrew — Browser Curl Runner

API Base (optional)
Used only by the example buttons below; paste any curl you want in the box.
Examples
Paste a full curl ... command, then click Run
This runs via fetch() in your browser (CORS rules apply).

Parsed Request


        
Tips:
  • Supported flags: -X, -H, -d/--data/--data-raw/--data-binary, -i, --compressed (ignored).
  • If you include -d but no -X, method defaults to POST (curl behavior).
  • For JSON bodies, include -H "Content-Type: application/json".

Response

Headers

        
Body

        
Errors

      
Note: If you see a CORS error, that means the API didn’t allow this page’s origin. That’s expected during Phase 0 if CORS is restricted. The logger will still show the failure reason as best as the browser allows.