>
> Hi, is there a way to deny/allow IPs for in-house, private staging
> servers on App Engine like one could create in Apache in the config
> or .htaccess settings?
I think there isn't. See also issue 644:
http://code.google.com/p/googleappengine/issues/detail?id=644.
>
> If not, what is the best way to create a private, company staging
> server for testing?
You can just check the client's IP address in your scripts and always
return a 403 Forbidden response unless the IP matches a predefined
white list.
-- Alexander
--~--~---------~--~----~------------~-------~--~----~
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+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---


0 comments:
Post a Comment