关于glide的问题有没有大神来看看!

Load failed for http://ceshi.cxbim.com/api/User/0a800038-1e2d-41dd-87a4-052665bdaa5a/GetAvatar with size [90x90]
    class com.bumptech.glide.load.engine.GlideException: Failed to load resource
    There was 1 cause:
    com.bumptech.glide.load.HttpException(Unauthorized)
     call GlideException#logRootCauses(String) for more detail
      Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetching data failed, class java.io.InputStream, REMOTE

这是我的glide报错日志。首先我已经试过将http换成https了还是不行,这是后端传的图片问题还是我的问题。他们是用流的形式上传的图片。有没人知道怎么操作???

是不是Android9.0,Android9.0加载http需要配置,把tartgetsdkversion 修改降低试一下