Fiddler Traffic Debugging

Verify that a developer-run feature behaved correctly by analyzing HTTP traffic captured by Fiddler Everywhere. Always use this skill when a developer asks whether their feature's HTTP calls completed correctly, wants to see what requests a feature made, needs to debug a failed API call, is checking traffic after running a feature, wants to confirm what each endpoint returned, or asks whether anything in the traffic looks wrong — even if they don't use the word "verify" or "Fiddler". Summarizes the capture by endpoint and flags likely issues such as failed calls, missing follow-up requests, retries, auth failures, timeouts, and suspicious status-code patterns. Requires Fiddler Everywhere to be running with its MCP server enabled.

telerik d430674 11.9 KB Updated

File contents

telerik/fiddler-agent-tools/tree/main/skills/fiddler-traffic-debugging commit d430674c09

Frequently asked questions

npx skillmds@latest add telerik/fiddler-traffic-debugging