Skip to content

Cache HTTP redirects #2

@njsmith

Description

@njsmith

When you GET a file at archive.org using its canonical URL, then they always issue a 302 Moved Temporarily redirect to some internal URL where the data is actually stored. When using the ZS library to access such a file, following all these redirects works fine, but it doubles the number of round trips. We should cache the redirection, and make future requests directly to the internal URL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions