Skip to content
Discussion options

You must be logged in to vote

The screenshots line up with your assessment: the viewer is trying to load the full image, but the center shows a broken-image icon, and Chrome’s download bubble says Download.txt with “Please log into the corresponding website first before trying to download.” That is very consistent with the final file request returning 401 Unauthorized / auth challenge instead of media bytes.

The useful next check is DevTools, not CORS yet. In Chrome, open F12 → Network, reproduce the broken original-image view and the download, then click the failed Download / Images request. Check:

  • Status Code: 401, 403, 404, or something else
  • Request URL: whether it is the exact same host/port you used to open Jell…

Replies: 1 comment 1 reply

This comment was marked as low quality.

@taffy1883null
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants