Skip to content

Fix series images not loading through Reverse Proxy over HTTPS#191

Open
logicalChimp wants to merge 1 commit into
Flexget:developfrom
logicalChimp:series-image-fix
Open

Fix series images not loading through Reverse Proxy over HTTPS#191
logicalChimp wants to merge 1 commit into
Flexget:developfrom
logicalChimp:series-image-fix

Conversation

@logicalChimp

Copy link
Copy Markdown

Motivation for changes:

I run Flexget behind an Nginx Proxy Manager reverse proxy, that provides SSL termination.

When I open Flexget Webui directly on the local network via ip-address/http, the thumbnails on the Series page load without issue.

When I open Flexget Webui via the DNS name (running through the reverse proxy), the thumbnails do not load.

Detailed changes:

encodeURIComponent the image URL passed to the /api/cached proxy endpoint.

Without encoding, the raw '://' and path separators in the image URL were interpreted inconsistently by HTTPS servers and reverse proxies, causing the cached request to fail or be mangled.

Addressed issues:

  • I haven't raised an issue for this, as it was easier to just fix it once I confirmed the issue

Implemented feature requests:

  • NA

To Do:

  • NA

encodeURIComponent the image URL passed to the /api/cached proxy endpoint.
Without encoding, the raw '://' and path separators in the image URL were
interpreted inconsistently by HTTPS servers and reverse proxies, causing the
cached request to fail or be mangled.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@logicalChimp logicalChimp changed the title Fix series images not loading over HTTPS Fix series images not loading through Reverse Proxy over HTTPS Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants