I have two web applications which need to show products' images, but how to let them share the images?
for example, I have websites with urls: http://www.test.com and http://backend.test.com
how could I upload images, store them and share with this two websites?
Many thanks.