i have a strange Problem while using Glide as below
I cannot Load Images From Nginx server
Glide.with(getApplicationContext()).load("https://www.thehellofood.com/uploads/food_categories_images/Tandoori_Starters.jpg").into(holder.mImageView);
But When i use Images fro Some Other Server I can Load them
Glide.with(getApplicationContext()).load("https://ichef-1.bbci.co.uk/news/660/cpsprodpb/11E4D/production/_92839237_001474558-1.jpg").into(holder.mImageView);
whats the difference between these two images do sever has any effect on Loading Images