Shrikant
Shrikant

Reputation: 21

Integrate fiddler with Flex technology

How can I integrate fiddler with Flex 3? Flex uses - AMF protocol to exchange messages.

Can someone please help me in integrating Fiddler with Flex technology?

Upvotes: 2

Views: 1482

Answers (3)

Nishant Singh
Nishant Singh

Reputation: 1364

I tried to use Fiddler 4 with amf parser but no success it was showing all garbage data. I found Charles Proxy similar to Fiddler but not that advanced but it has great amf support and i was able to see all the requested response properly. https://www.charlesproxy.com/

Upvotes: 0

Adrian
Adrian

Reputation: 2388

You can download an inspector plugin for AMF from http://amfparser.codeplex.com/.

Just download the dll, put it into Fiddlers "Inspectors" folder and restart Fiddler. Now you should have a new "AMF" view within the inspectors view.

Upvotes: 0

EricLaw
EricLaw

Reputation: 57085

I don't really know what you mean by "integrate", but Fiddler should see your Flex traffic just fine. A community member has written an Inspector object for the AMF format; he's posted the archive in the Files section of the Fiddler Google Group: http://groups.google.com/group/httpfiddler

Upvotes: 1

Related Questions