Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Does Just follow redirect links? #122

@tetron432

Description

@tetron432

I want to get the real link of a page from a link that redirects, such as this: https://apple.news/AQZXxg8mUQfKrEaM9MRBpxw . However, when I do

    Just.get("https://apple.news/AQZXxg8mUQfKrEaM9MRBpxw")
    { r in
        
        print(r.statusCode)
        print(r.url)
    }

it still prints the same link. Does Just not get real redirect links or am I doing it wrong?

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