whereto 0.2.0

whereto is an app for testing redirect rules like what may appear in a .htaccess file for Apache. It provides a way to test those rules in CI jobs.

Project details 0.2.0 on PyPI

New Features

  • Add support for redirect responses that indicate that a path is not going to be valid again in the future and return a 410 response.

  • Add detection of redirection cycles or loops. If a path redirects back to itself when all of the rules are evaluated, report it as an error.

  • Add detection of multiple redirection hops. If a path redirects to another path that also redirects, repeatedly for too many steps, report an error.