Skip to content
LaurelProxy
DocsRecipesGitHub
Getting Started
OverviewGetting Started
Core Features
CLI ReferenceWeb UIREST APIConfiguration
Advanced
HTTPS InterceptionHTTP/2 SupportAI Agent PluginArchitecture
Recipes
All RecipesDebug WebhooksTrace 422 ErrorsDebug CORS PreflightFind Slow EndpointsVerify a FixShare as cURLiOS Traffic Capture

Recipes

Step-by-step debugging workflows for common scenarios.

Debug a Failing Webhook

Capture and inspect Stripe/Twilio webhook traffic to find why it fails

Find Why My API Returns 422

Trace a 422 Unprocessable Entity response back to the validation error

Debug a CORS Preflight Failure

Capture the OPTIONS preflight and inspect the Access-Control-* response headers

Find Your Slowest API Endpoints

Filter captured traffic by response duration to spot performance problems

Verify a Fix Without Redeploying

Replay a captured request against your fixed server and diff the response

Turn Captured Traffic into a cURL Command

Copy any request from the Web UI as a ready-to-run curl command

Capture All Traffic from iOS App

Set up your iPhone to route traffic through Laurel Proxy on your Mac

Related

  • Getting Started - Install and capture your first request
  • AI Agent Plugin - AI-assisted HTTP debugging in your terminal
← ArchitectureDebug Webhooks →
On this page
  • Related
Docs·Getting Started·CLI Reference·API·Recipes
Compare:vs Charles·vs Proxyman·vs mitmproxy
GitHub·npm

LaurelProxy · MIT License · Made by Robin