bumptech / bumptech/glide

Error on loading an image from a "redirect"

Open
#4,652 6 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.