I have been developing an application on linux and firefox and
everything has been fine, now I am trying to do some testing with IE,
and things are a bit more problematic. I have tried the following
combinations:
server running on linux and accessed via VMWare IE client
server running on linux and accessed via VMWare Chrome client
server running on VMWare windows and accessed via VMWare IE client
server running on linux and accessed via Wine IE client
server running on linux and accessed via external IE client

When running the server on linux it is run with --address=0.0.0.0 and
is accessible at http://localhost:8080/ and http://192.168.1.100:8080/
via firefox (on local, vmware and external client)

IE is somehow not able to connect properly, or not able to handle the
redirects?? The client gets the redirect to the login page, and then
redirects back to the original page (/) and then IE displays a
standard "Page cannot be displayed" page.

the following is the output on the dev application server.

INFO     2008-10-12 09:54:14,071 dev_appserver.py] "GET / HTTP/1.1"
200 -
INFO     2008-10-12 09:54:28,259 dev_appserver.py] "GET / HTTP/1.1"
302 -
INFO     2008-10-12 09:54:28,448 dev_appserver.py] "GET /_ah/login?
continue=http%3A//192.168.1.100%3A8080/ HTTP/1.1" 200 -
INFO     2008-10-12 09:54:30,379 dev_appserver.py] "GET /_ah/login?
[EMAIL PROTECTED]&action=Login&continue=http%3A%2F
%2F192.168.1.100%3A8080%2F HTTP/1.1" 302 -
INFO     2008-10-12 09:54:30,505 dev_appserver.py] "GET / HTTP/1.1"
200 -

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

Reply via email to