https://github.com/guardian/redirect-resolver
given a url, where does that url ultimately redirect to?
https://github.com/guardian/redirect-resolver
library production scala
Last synced: 6 months ago
JSON representation
given a url, where does that url ultimately redirect to?
- Host: GitHub
- URL: https://github.com/guardian/redirect-resolver
- Owner: guardian
- Created: 2023-10-06T10:38:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T11:44:16.000Z (over 1 year ago)
- Last Synced: 2025-04-04T12:29:45.444Z (over 1 year ago)
- Topics: library, production, scala
- Language: Scala
- Homepage:
- Size: 261 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# redirect-resolver
_given a url, where does that url ultimately redirect to?_
[](https://index.scala-lang.org/guardian/redirect-resolver/redirect-resolver)
[](https://github.com/guardian/redirect-resolver/actions/workflows/release.yml)
* Set a maximum number of redirects to follow
* Redirect-loop detection
* Caching at the individual redirect level - won't follow the same redirect twice, even if the original redirect path started in a different place