Skip to content

FileNotFoundException #2

@eleventeen

Description

@eleventeen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions