MessagePack inspector for Fiddler Classic #1026
Daniel-Svensson
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've made an extension to Fiddler Classic that allows displaying messagepack contents as json.
It was written as a tool to enable Inspecting response and request's for (OpenRiaServices)[https://github.com/OpenRIAServices/OpenRiaServices] but should be equally useful for AspNetCore and SignalR.
You can find the code over at https://github.com/TreasurySystems/MessagePackInspector (I might publish it somewhere else later)
It is not optimized but works reasonable even for large input.
Example display:
All reactions