Puzzled on why you would want to do something like that. I had assumed, those who access the application from behind intranet will also want to access the application on the move / from their home.
Anyway, ignoring the option to host it locally (which is not a very good idea as mentioned by Wooble) and considering the application to be hosted in Google servers.. If it is absolutely required, you might support this to a level by adding some filtering logic in your application to allow requests only from a specific IP (or an IP range) or from come a specific proxy (made identifiable by additional header params for your URL) through which all requests from the intranet pass through to the internet. Not sure how easily it can be spoofed, though. Regards, R.Rajkumar On Mon, Nov 9, 2009 at 11:49 PM, Wooble <[email protected]> wrote: > > > > On Nov 8, 10:02 pm, justgame <[email protected]> wrote: > > Hello guys, > > I met a trouble. > > I want my GAE applications only accessed by intranet, how to? > > By firewall setting? Using net api? > > Thank you very much for your help. > > Using the dev_appserver for production applications is probably a bad > idea; it's single-threaded and can only handle one request at a time, > and doesn't scale to holding lots of data either. > > Obviously, applications running on the production servers at Google > can't be restricted to an intranet either; since they're already > running on the internet. > > > -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://crm.ifreetools.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
