I am using CodeIgniter rest Controller. I want to be able to serve images on GET requests made by the client.
Is this the best option or should i just provide a link to
I think You could show the images to client and give them a check-boxes to download the images as a Zip file.
See this