invalid host header when getting a redirection while trying to download media #1140

Open
opened 2023-03-12 13:07:21 +00:00 by trinity-1686a · 0 comments

When Plume tries to download a media from the domain a.example, and it gets redirected to b.example, Plume sends a request to b.example, with correct SNI&all for that domain, but with a Host: a.example header, which will generally leads to an error. Additionally Plume does not check the error code when downloading a media, and always save it verbatim

When Plume tries to download a media from the domain `a.example`, and it gets redirected to `b.example`, Plume sends a request to `b.example`, with correct SNI&all for that domain, but with a `Host: a.example` header, which will generally leads to an error. Additionally Plume does not check the error code when downloading a media, and always save it verbatim
trinity-1686a added the
C: Bug
label 2023-03-12 13:07:21 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#1140
No description provided.