Why isn't this header present if I call my own app from my app?
I'm trying to build an appengine lib that will interact with an appengine
app,
but if that appengine app uses the lib too, the headers will be missing...
:(

Cheers :)

-Andrin

On Tue, Jul 26, 2011 at 5:24 PM, Jon McAlister <jon...@google.com> wrote:

> I should also point out that, while this header is not yet documented,
> it's not going away either, and will be documented in an upcoming
> release.
>
> On Tue, Jul 26, 2011 at 8:23 AM, Jon McAlister <jon...@google.com> wrote:
> > Yes, you can assume this.
> >
> > The only cases where this header will be allowed through to the app are:
> >    (a) another app is requesting your app using our urlfetch api [or,
> > the app is urlfetching itself]
> >    (b) the request came from a logged-in admin of your app
> >
> > While (a) is the primary intention of this header, (b) can be useful
> > for debugging purposes.
> >
> > On Tue, Jul 26, 2011 at 2:39 AM, Andrin von Rechenberg
> > <andri...@gmail.com> wrote:
> >> Hey there
> >> I was wondering if the header HTTP_X_APPENGINE_INBOUND_APPID
> >> could be faked by a client or if the Google Frontends authenticate this
> >> header
> >> somehow?
> >> Is it secure to assume that if HTTP_X_APPENGINE_INBOUND_APPID is
> present,
> >> the request is really from that app?
> >> Cheers,
> >> -Andrin
> >>
> >> --
> >> 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+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-appengine@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-appengine@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