vote up 1 vote down star
1

How does one inspect the HTTP traffic in Adobe Air? Obviously because it's running outside of a browser you can't use firebug ...

I've tried this link text

but it doesn't work either... (nothing shows up in the log). I also don't really want to pay for a program.

Any ideas?

flag

67% accept rate

4 Answers

vote up 1 vote down check

Wireshark will do that - it works at the network level, so it will work with any web technology.

The most important thing to know about is the right-click "Follow TCP/IP stream" command, which will show you your app's HTTP conversation.

link|flag
thanks..installed on win7, looks like this is what I need. Where is this 'follow tcp/ip stream' option though? – dmose Aug 22 at 18:34
@dmose: It's on the right-click menu when you right-click on a sequence of captured network packets. – RichieHindle Aug 22 at 18:38
vote up 3 vote down

Try Fiddler: http://www.fiddler2.com/fiddler2/

link|flag
I have fiddler but it only captures browser traffic..Adobe Air runs outside of the browser.. – dmose Aug 22 at 18:38
1  
Nope... From msdn.microsoft.com/en-us/library/…, " Fiddler is an HTTP debugging proxy that logs all HTTP traffic between your computer and the Internet". Then later it states "Microsoft Windows Internet Services (WinInet), the HTTP layer used by Internet Explorer". I've successfully used it with a lot of applications bisides the browser. Maybe Adobe AIR does not go through WinInet. – Alfred Myers Aug 22 at 18:57
You're absolutely right. My problem was I was testing on an asp.net development server on port 59003 ... when i made a standard request to :80 it worked! thnks. – dmose Aug 22 at 19:06
1  
Fiddler can capture traffic to any port. When debugging traffic bound for Localhost, you need to do some tricks though: fiddler2.com/fiddler/help/… – EricLaw -MSFT- Aug 22 at 21:39
vote up 1 vote down

Charles (http://www.charlesproxy.com/) works very well with AIR and has built-in AMF decoding, allowing the inspection of AMF requests/responses.

link|flag
I use this all the time, well worth the license cost. – davr Dec 2 at 20:23
vote up 1 vote down

I believe both [HTTPScoop] (for mac) and [HTTP Analyzer] (Windows) will let you watch HTTP traffic from non-browser programs (I can see requests made by the Google Notifier, for example).

Apparently, I can't post hyperlinks because the account is "new", but these are the urls:

tuffcode.com/

ieinspector.com/httpanalyzer/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.