problems implementing secured images on google app engine blob store?
Our project requires the images to be secure. The solution right now is,
to implement an authorization header. The front end makes an http call to
the image url with authorization credentials. once the image is
downloaded, an image tag is created and the url is assigned as a src.
Since the url was just called, its being served from the cache the second
time, and it works.. mostly.. we have some issues, where safari handles
cache differently.. also in chrome it fails when the web console is open.
We would like to have a more reliable method. Appreciate any input.
No comments:
Post a Comment