Help with glide, I have a VDS server that does not have a domain, but I receive JSON data from the API from it, but I don’t understand when I want to load an image on the screen using Glide, it gives an error that there is SocketException. Connection reset. Is there any way to get around this? I am loading an image from http://xx.xx.xx.xx:1901/image/image.webp
I tried other libraries like Picasso and URL.openconnection()
I tried load image from browser this successfullly working. only with glide no work!!!