– Check HTTP/HTTPS & www/non-www redirects

About

RedirOk is a small service to check your HTTP to HTTPS and www / non-www redirects.

In 2020, I cleaned up the Nginx configs of my various websites and found testing these redirects very tedious. Hence, I've written a small bash script that would cURL its way through all four variants and show me the output.

Because I figured this could be useful for other folks, I've decided to rebuild the bash script's functionality as an online service. At the same time, this happened to be my perfect excuse to learn Clojure finally.

I hope you find RedirOk useful.

If you have any feedback, find me on Twitter at rmoestl or email me at .

Cheers,

Robert