I'm using jQuery to load some images in to a list view. The image exists under that URL but it wont show, I tried to open an other images on the server but none of them will open. If I upload the same image to Imgur or any other server jQuery can load the image.
Has someone ever encountered a similar problem with jQuery and certain servers?
boolean memCache = true;
boolean fileCache = true;
AQuery aq = new AQuery(activity, imageFavorite);
aq.id(R.id.favorite_img).image("http://abc-production.ch/_data/img/icon/20141203-103242-880.jpg", memCache, fileCache);
// Imgur Test
aq.id(R.id.favorite_img).image("http://i.imgur.com/3kQB1o7.jpg", memCache, fileCache);