glide icon indicating copy to clipboard operation
glide copied to clipboard

图片地址包含端口号 图片地址包含端口号 The image address contains the port number

Open zhuziwuming opened this issue 1 year ago • 0 comments

implementation 'com.github.bumptech.glide:glide:4.16.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'

new GlideUrl(url, builder.build());

If the image address contains a port number, the Glide library will ignore the port number by default.

For example, the image address is:“ http://xxx.com:8080/1.jpg So the network request will become http://xxx.com/1.jpg Failed to load the image.

zhuziwuming avatar Nov 16 '23 06:11 zhuziwuming