Short link redirect handler

Script bitly

HTTP-route handler for l/:slug. A preprocessor extracts the slug and request headers; main resolves the target, records the click, and returns a 302 redirect (404 if the slug is unknown).

Triggers (1) disabled on import
  • http Resolves l/:slug to its target URL, records the click, and returns a 302 redirect. Re-register URL after import
    Route
    GET /l/:slug
    Auth
    none