An open API service indexing awesome lists of open source software.

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?

Awesome Lists containing this project

README

          

# redirect-resolver
_given a url, where does that url ultimately redirect to?_

[![redirect-resolver Scala version support](https://index.scala-lang.org/guardian/redirect-resolver/redirect-resolver/latest-by-scala-version.svg?platform=jvm)](https://index.scala-lang.org/guardian/redirect-resolver/redirect-resolver)
[![Release](https://github.com/guardian/redirect-resolver/actions/workflows/release.yml/badge.svg)](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