简体   繁体   中英

Firebug and AMF post

I have to debug a website that uses a swf to send amf posts to a flex2gateway. In Firefox's "Firebug > Net" I see the POST url and when I click on it, the Post tab shows scrambled jiberish :

在此处输入图片说明

The response is also scrambled:

在此处输入图片说明

But the headers and cookies are not scrambled:

在此处输入图片说明

在此处输入图片说明

How can I unscramble the post so that I can create a curl with the proper post values. And how can I unscramble the response?

AMF is a binary format. As such Firebug and Chrome Dev Tools don't do a very good job of being able to read them. In the past, I have used a product called ServiceCapture to 'read' AMF messages. Charles is another product that can do this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM