Hi Pamela,

If you are serving up the images straight from your blobstore then it
just uses your appspot domain (or whatever you have CNAME aliased it
to). The common pattern is you implement your own blob download
handler.

If you are using the getServingUrl function you will get the funky
high performance image serving URL that you are seeing.

Have a look at some of the image urls on this app
http://ikai-photoshare.appspot.com/

and you can see lh3, lh4 lh5 subdomains. I'm not sure how predictable it is.

This document seems to imply you can use your appspot domain  (in the
Using getServingUrl() section) but I'm not sure that is true:
http://code.google.com/appengine/docs/java/images/overview.html

-James

On 20 October 2011 06:52, Pamela Fox <[email protected]> wrote:
> Hey there -
>
> I need to whitelist domains used by my PhoneGap/iPhone app, and I use
> Blobstore images in it. Currently all the images are at http://lh3.ggpht.com/
> but I don't know if blobstore uses other (sub)domains as well.
>
> Can someone confirm the domains used by blobstore?
>
> Thanks!
>
> - pamela
>
> --
> 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.
>
>

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

Reply via email to