[google-appengine] Re: I got a problem with Appengine + Flex-HttpService

2009-03-02 Thread Andrew Badera

use a network sniffer or transparent proxy to figure out what the
differences are, and address them.


On Sun, Mar 1, 2009 at 11:09 PM, Legend Zhang <52openplatf...@gmail.com> wrote:
>
> I can not access Appengine from flex using httpservice when I use IE6,
> using get and post.
>
> Did someone have this problem too?
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: I got a problem with Appengine + Flex-HttpService

2009-03-03 Thread Doug

Could you be a little more specific about what it means that you can
not aceess App engine?

One guess that I have as to what your problem could be
If you have your swf file stored on another server or on your local
computer you will need to have a cross domain policy file in the root
of your app engine application so that your flash client can
"authinicate" that it is OK to call the httpservice.

If you application works in Flex Developer the Bin-Debug folders are
excluded from having to make this chcek because they are listed in the
client as "trusted" sites.

Doug

On Mar 1, 10:09 pm, Legend Zhang <52openplatf...@gmail.com> wrote:
> I can not access Appengine from flex using httpservice when I use IE6,
> using get and post.
>
> Did someone have this problem too?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: I got a problem with Appengine + Flex-HttpService

2009-03-03 Thread 张传奇
I developed  an Flex+Opensocial+GoogleMaps+Appengine program.It's OK when I
use IE7, Chrome, Firefox, Safari, Opera.

I use Flex HttpService access Appengine to read a xml file.
Everytime I use it on IE6, I get a http error.

I test it on HttpService+IE6+Apache+PHP, there's no problem.

I believe it's a problem of HttpService+IE6+Appengine.



2009/3/4 Doug 

>
> Could you be a little more specific about what it means that you can
> not aceess App engine?
>
> One guess that I have as to what your problem could be
> If you have your swf file stored on another server or on your local
> computer you will need to have a cross domain policy file in the root
> of your app engine application so that your flash client can
> "authinicate" that it is OK to call the httpservice.
>
> If you application works in Flex Developer the Bin-Debug folders are
> excluded from having to make this chcek because they are listed in the
> client as "trusted" sites.
>
> Doug
>
> On Mar 1, 10:09 pm, Legend Zhang <52openplatf...@gmail.com> wrote:
> > I can not access Appengine from flex using httpservice when I use IE6,
> > using get and post.
> >
> > Did someone have this problem too?
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: I got a problem with Appengine + Flex-HttpService

2009-03-03 Thread 张传奇
Thanks Andrew,
I don't know much at sniffer. Do you have some advice on what's software is
good?

2009/3/2 Andrew Badera 

>
> use a network sniffer or transparent proxy to figure out what the
> differences are, and address them.
>
>
> On Sun, Mar 1, 2009 at 11:09 PM, Legend Zhang <52openplatf...@gmail.com>
> wrote:
> >
> > I can not access Appengine from flex using httpservice when I use IE6,
> > using get and post.
> >
> > Did someone have this problem too?
> >
> > >
> >
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: I got a problem with Appengine + Flex-HttpService

2009-03-04 Thread Doug

Do you get any information about the http error?

Your Flex application is going to run in the flash browser
plugin.are IE6 and 7 using the same version?  You might try
installing the debug version and see if you get any additional error
information.  (I think that IE also caches the httpservice request
that your flex app is making, so might try clearing ie6 cache to make
sure that you are not getting an old version of the data.)

If you go directly to the service page in a browser session can you
visually see any difference in IE6 and IE7.

on your sniffer question..here is some person experience, but
Andrew may know of better options.
I have used Wire shark as a sniffer before and it has been very
helpful.  tcpmon is also a good tool, but I am pretty sure they
operate at different OSI layers.  Tcpmon may be all you need, but if
you want to see the data frame by frame then you need a sniffer tool
like Wire shark.


Doug


On Mar 3, 8:03 pm, 张传奇 <52openplatf...@gmail.com> wrote:
> Thanks Andrew,
> I don't know much at sniffer. Do you have some advice on what's software is
> good?
>
> 2009/3/2 Andrew Badera 
>
>
>
> > use a network sniffer or transparent proxy to figure out what the
> > differences are, and address them.
>
> > On Sun, Mar 1, 2009 at 11:09 PM, Legend Zhang <52openplatf...@gmail.com>
> > wrote:
>
> > > I can not access Appengine from flex using httpservice when I use IE6,
> > > using get and post.
>
> > > Did someone have this problem too?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: I got a problem with Appengine + Flex-HttpService

2009-03-04 Thread Scott Seely
Fiddler2 should help with the IE traffic. 

 

Firebug can help you track the FF traffic

 

From: google-appengine@googlegroups.com
[mailto:google-appeng...@googlegroups.com] On Behalf Of ???
Sent: Tuesday, March 03, 2009 8:04 PM
To: google-appengine@googlegroups.com
Subject: [google-appengine] Re: I got a problem with Appengine +
Flex-HttpService

 

Thanks Andrew,

 

I don't know much at sniffer. Do you have some advice on what's software is
good?

2009/3/2 Andrew Badera 


use a network sniffer or transparent proxy to figure out what the
differences are, and address them.



On Sun, Mar 1, 2009 at 11:09 PM, Legend Zhang <52openplatf...@gmail.com>
wrote:
>
> I can not access Appengine from flex using httpservice when I use IE6,
> using get and post.
>
> Did someone have this problem too?
>
> >
>



 




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: I got a problem with Appengine + Flex-HttpService

2009-03-16 Thread amc

I have the same problem with my flex application and IE6. I can't shed
any insight at the moment - just wanted to let you know that I see the
same problem too. For now I can get away with letting my soon to be
users know not to use IE6.

Anton

On Mar 4, 12:58 pm, "Scott Seely"  wrote:
> Fiddler2 should help with the IE traffic.
>
> Firebug can help you track the FF traffic
>
> From: google-appengine@googlegroups.com
> [mailto:google-appeng...@googlegroups.com] On Behalf Of ???
> Sent: Tuesday, March 03, 2009 8:04 PM
> To: google-appengine@googlegroups.com
> Subject: [google-appengine] Re: I got a problem with Appengine +
> Flex-HttpService
>
> Thanks Andrew,
>
> I don't know much at sniffer. Do you have some advice on what's software is
> good?
>
> 2009/3/2 Andrew Badera 
>
> use a network sniffer or transparent proxy to figure out what the
> differences are, and address them.
>
> On Sun, Mar 1, 2009 at 11:09 PM, Legend Zhang <52openplatf...@gmail.com>
> wrote:
>
>
>
> > I can not access Appengine from flex using httpservice when I use IE6,
> > using get and post.
>
> > Did someone have this problem too?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---