-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
https://www.youtube.com/watch?v=S_w72-AsoGQ - response doesn't contain "signature=". But it is added to urls list. So the first problem:
if (!u.startsWith("http") && !isValid(u)) {
should be
if (!u.startsWith("http") || !isValid(u)) {
Response does containt "s=" with value that looks similar to the signature from other links. But after replacing "s=" with "signature=" still error code 403 is returned.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels