MidnightCoders has a new traffic sniff/monitor/debug tool out
http://www.themidnightcoders.com/products/ria-apppuncher/overview.html

Anyone try it yet?

Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


On Tue, Jan 20, 2009 at 2:49 PM, Teddy R. Payne <[email protected]>wrote:

> I am also a fan of FireBug: http://getfirebug.com/
>
> This is for CSS, HTML and JS mostly, but similar to Charles, it shows a
> visual display of server side connectivity as well.
>
> Teddy R. Payne, ACCFD
> Google Talk - [email protected]
>
>
>
> On Tue, Jan 20, 2009 at 2:44 PM, AppDeveloper <[email protected]>wrote:
>
>> http://www.charlesproxy.com/
>>
>> Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a
>> developer to view all of the HTTP traffic between their machine and
>> the Internet. This includes requests, responses and the HTTP headers
>> (which contain the cookies and caching information).
>>
>> Graphics of the website may throw you off.  It's a bit flowery.
>>
>>
>>
>>
>>
>> On Tue, Jan 20, 2009 at 2:36 PM, Corey Osman <[email protected]> wrote:
>> > What is Charles and ServiceCapture?  Where can I find those apps?
>> >
>> > corey
>> > On Jan 20, 2009, at 2:32 PM, Scott Talsma wrote:
>> >
>> > Basically, it always looks in the webroot of the site serving up the
>> data.
>> >  Usually, the easiest way to determine this is to fire up Charles or
>> > ServiceCapture.  It will show where the 404 is showing up.  However, I'm
>> not
>> > sure if they will proxy xml rpc.  You'd have to try it.
>> >
>> > On Tue, Jan 20, 2009 at 1:55 PM, Corey Osman <[email protected]>
>> wrote:
>> >>
>> >> Yes, I have looked at many examples already.  However, none of the
>> >> specifically state where the crossdomain.xml file needs to be?    Since
>> I am
>> >> running a virtual host I fear that it may get confused on where to look
>> for
>> >> the file.  Maybe its trying to look for it on port 80 since I am
>> running on
>> >> port 8889.
>> >>
>> >> <VirtualHost *:8889>
>> >>
>> >> DocumentRoot /var/www/html/apiexample
>> >> ScriptAlias /cgi-bin/ "/var/www/html/apiexample/scripts/"
>> >> SetEnv PYRO_STORAGE /tmp
>> >> <Directory "/var/www/html/apiexample/scripts/">
>> >>     AllowOverride None
>> >>     Options None
>> >>     Order allow,deny
>> >>     Allow from all
>> >> </Directory>
>> >> </VirtualHost>
>> >>
>> >>
>> >> On Jan 20, 2009, at 1:28 PM, Teddy R. Payne wrote:
>> >>
>> >> Have you tried the knowledge base from Adobe?
>> >>
>> >> Just a quick cursory search provided the following link:
>> >>
>> >>
>> >>
>> http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14213&sliceId=2
>> >>
>> >> This is dated in March 2008, but it provides kind of a primer towards
>> the
>> >> middle of the page about when and what you need to consider, plus some
>> >> examples.
>> >>
>> >> Teddy
>> >> -------------------------------------------------------------
>> >> To unsubscribe from this list, simply email the list with unsubscribe
>> in
>> >> the subject line
>> >>
>> >> For more info, see http://www.affug.com
>> >> Archive @ http://www.mail-archive.com/discussion%40affug.com/
>> >> List hosted by FusionLink
>> >> -------------------------------------------------------------
>> >>
>> >> -------------------------------------------------------------
>> >> To unsubscribe from this list, simply email the list with unsubscribe
>> in
>> >> the subject line
>> >>
>> >> For more info, see http://www.affug.com
>> >> Archive @ http://www.mail-archive.com/discussion%40affug.com/
>> >> List hosted by FusionLink
>> >> -------------------------------------------------------------
>> >
>> >
>> > --
>> > Scott Talsma
>> > CTO, echoEleven
>> >
>> >
>> > -------------------------------------------------------------
>> > To unsubscribe from this list, simply email the list with unsubscribe in
>> the
>> > subject line
>> >
>> > For more info, see http://www.affug.com
>> > Archive @ http://www.mail-archive.com/discussion%40affug.com/
>> > List hosted by FusionLink
>> > -------------------------------------------------------------
>>
>>
>> -------------------------------------------------------------
>> To unsubscribe from this list, simply email the list with unsubscribe in
>> the subject line
>>
>> For more info, see http://www.affug.com
>> Archive @ http://www.mail-archive.com/discussion%40affug.com/
>> List hosted by http://www.fusionlink.com
>> -------------------------------------------------------------
>>
>>
>>
>
> -------------------------------------------------------------
> To unsubscribe from this list, simply email the list with unsubscribe in
> the subject line
>
> For more info, see http://www.affug.com
> Archive @ http://www.mail-archive.com/discussion%40affug.com/
> List hosted by FusionLink <http://www.fusionlink.com>
> -------------------------------------------------------------
>

Reply via email to