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

Fiddler Request/Response inspector that can handle multipart/batching

License

Notifications You must be signed in to change notification settings

ShelbyZ/FiddlerBatchingParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fiddler Request/Response inspector that can handle multipart/batching

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages