Hi Andy,
I would say the best to do this is to use some sort of authentication.
Your calling application could authenticate its requests by passing
the hash of a token mixing a secret, a timestamp and the request
itself, the answering application need then to validate this token.
Of course this only works in a server to server case, if you use ajax
from the browser then you're stuck.
Regards

Claude Vedovini
---
Software Consulting & Development
+41 78 617 86 98
http://vedovini.net/
http://twitter.com/cvedovini
http://www.dita-op.org/



On Jan 1, 8:25 pm, Andy <andywo...@gmail.com> wrote:
> I want to develop a GAE application that only services requests from
> mydomain.com.  Is there a configuration setting for this, or a simple
> idiom I can use in my request handlers?
>
> This is for a python application on GAE to only be used as a service
> for another GAE application.
>
> Thanks,
> Andy

--

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.


Reply via email to