Microservice that redirects to archived version of the URL if found, otherwise saves it to the Internet Archive.
Base URL: wayback.anarcho-copy.org
GET /:url
URL must be safely encoded. Eg: encodeURIComponent()
in JavaScript.
Checks whether a cached/archived version of the webpage on the URL is available.
Example: wayback.anarcho-copy.org/edu.anarcho-copy.org redirects to most recent archived version of https://edu.anarcho-copy.org on the Wayback Machine.