Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 1007 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 1007 Bytes

FiddlerBatchingParser

Fiddler Request/Response inspector that can handle multipart/batching

Purpose

Fiddler did not offer support to format embedded content types like those found inside of multipart/* messages. Being able to view the inner Json response in a batched message makes it a bit easier to debug things like the UCWA's event channel. Any data that isn't Json should be represented as a raw (string) interpretation of the data.

Samples

Find 3 sample traces in the 'Samples' folder.

UCWA

http://ucwa.lync.com/

UCWA & Batching-Related Content

Build a Custom Inspector

http://docs.telerik.com/fiddler/Extend-Fiddler/CustomInspector

Dependencies