1

I'm trying to figure out how to download images in the MWPhotoBrowser when the image URLs require authentication. In my case the images are on S3 and I need to pass a key along with the url. I don't see a way to handle this in the browser.

mday
  • 427
  • 1
  • 7
  • 22

1 Answers1

0

Changed my approach and instead get a tokenized URL from S3 and then pass clean urls into the photo browser.

mday
  • 427
  • 1
  • 7
  • 22