[google-appengine] App Redirecting to Zimbio

2010-12-16 Thread Iambeaker
Excuse my ignorance, first time poster, first time Google App
Developer...

I created an app but when I access it from my boss's computer (and
about 10 other computers) it redirects to zimbio.com.  However, I am
able to access it from my personal computer and work computer.

I do not have any code to allow the redirection.  Does the user need
to sign into their Google account to access this app or do they have
to follow some other workaround?

I would like to be able to give people the app website, and have them
be able to use it without them needing to sign into anything.

Any thoughts?

-- 
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-appeng...@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.



Re: [google-appengine] App Redirecting to Zimbio

2010-12-16 Thread Robert Kluin
I'm pretty sure Google is not just randomly sending your users to some
other site.   ;) Maybe you've got some bad DNS entries, or need to
switch DNS providers.

You app can be served without forcing users to log into anything.
That is totally up to you.
http://code.google.com/appengine/docs/python/config/appconfig.html#Requiring_Login_or_Administrator_Status


Robert





On Wed, Dec 15, 2010 at 17:53, Iambeaker iambeaker...@gmail.com wrote:
 Excuse my ignorance, first time poster, first time Google App
 Developer...

 I created an app but when I access it from my boss's computer (and
 about 10 other computers) it redirects to zimbio.com.  However, I am
 able to access it from my personal computer and work computer.

 I do not have any code to allow the redirection.  Does the user need
 to sign into their Google account to access this app or do they have
 to follow some other workaround?

 I would like to be able to give people the app website, and have them
 be able to use it without them needing to sign into anything.

 Any thoughts?

 --
 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-appeng...@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.



-- 
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-appeng...@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.