Junior — Senior
Construction of a long URL shortening service
livecode
Task condition
It is necessary to design a service that:
- Accepts a full URL (for example, https://example.com/very/long/path).
- Generates a short unique identifier for this URL.
- Redirects requests from the short URL to the original address.