Our website would like to use cookies to store information on your computer. You may delete and block all cookies from this site, but parts of the site will not work as a result. Find out more about how we use cookies.

Login or Register

Powered by
Powered by Novacaster
 
Secure Access To Images
by Nic Jackson at 09:21 22/08/03 (Blogs::Nic)
It just keeps on getting more and more complex.
Well after making good progress on my HAPPI system (holistic application programmers photograpic interface) it didnt start off like that it was just the Hairy Pies application but i was adviced that the business world may not like this.

Ive got a million other things to think about before i could possibly run a beta test.
Thanks to Simon and Dave yesterday i didnt get to sleep untill 2 am because i was wondering what the best way to restrict access to images would be.

I like the idea of a database approach but im still not sure if i wouldnt prefer to store them on a file system, sure replication of images becomes more complex but when im dealing with a potential of a million requests for images would the database have a fit.

Thats not the real problem though the real problem is security i was thinking about using a scripting language as a pseudo image so the user requests what appears to them is an image but has in effect a layer of code first. Kind of like a trifle where all you want is the jelly but ...

Anyway so what im thinking is that you could have a couple of methods of authentication. The first being that the page requesting the image would have to authenticate first, the system would check before sending out an image.

The second idea which would also be implemented would be to restrict to ip address, or url.

This is all well and good but, performance is going to if you pardon my expression piss on my chips. I can see at least one database call and definately a permission check for each image. This coupled to the average gallery containing 10 - 20 images = one nasty perfomance drain.

Damn -- nick
<< A first test entry Akira Motorcycle Anyone >>
View Comments (Flat Mode) Printer Version
Secure Access To Images Nic Jackson - 22/08
    Configure and cache Simon - 22/08
       Re:Configure and cache Nic Jackson - 22/08
          I think in an Apache-like way Simon - 22/08
             Just when i convince myself wi... Nic Jackson - 22/08
    Re: Secure Access To Images David Crowson - 22/02