This repository has been archived by the owner on Oct 1, 2022. It is now read-only.
Loading an image with multiple redirects #27
Unanswered
Sam-Spencer
asked this question in
Q&A
Replies: 1 comment
-
Hey, @Sam-Spencer. Have you figured it out? If yes, could you please post an update? I haven't worked with redirects, but unless they are supported by default by |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Nuke community!
I'm working on integrating Nuke into an iOS app and came across an issue with loading an image from an API call using multiple redirects. Just curious if Nuke supports this, or if I need to build my own
ImagePipeline
to handle such scenarios.Here's an example of what the API responds with:
It seems that Nuke doesn't handle the subsequent redirects from the API and only reports success if image data is returned in the first request. Is this supported by Nuke? If so, does anyone have an example on how to handle this? If not, what's the recommended way to go about handling such a situation? Building a custom
ImagePipeline
publisher?Beta Was this translation helpful? Give feedback.
All reactions