Error on loading an image from a "redirect"
Open
bug
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
**4.11.0**:
**NO**:
**Pixel 3 API 28**:
**I'm trying to load a image from a link that "redirects" to another link**:
**Glide load line / `GlideModule` (if any) / list Adapter code (if any)**:
```java
Glide.with(this.context).load(url).centerCrop().into(imageView);
this is a RecyclerView.Adapter
url is "https://www.washingtonpost.com/wp-apps/imrs.php?src=https://arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/J3ILJ5FOEFFM3IJ5XG4KPHDV5E.jpg&w=1440"
imageView is the imageView where the image is supposed to be shown.
```
**Layout XML**:
```xml
Contributor guide
Assessment
This issue has not been assessed yet.