Is there any way to bypass DDos protection process and load image using Glide?
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
I'm trying to load an image from URL, e.g. [IMAGE TO TEST](https://freepikpsd.com/file/2021/03/vector-college-icon-png-.png) with Glide.
Due to DDos protection process, the image is not loaded by Glide.
```
Glide.with(context)
.asBitmap()
.load("https://freepikpsd.com/file/2021/03/vector-college-icon-png-.png")
.into(holder.imageView);
```
Is there any way to make glide wait till the DDoS process finishes, then load the image?
Contributor guide
Research direction
Start by reproducing the request with the Glide.with(context) snippet and the linked image URL. No repository file or test is named; determine whether Glide can load an image behind this DDoS protection, and document a supported outcome or limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100