Support for URL substitution
Open
- Dominant language
- Python
- Stars
- 8
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
For example, given a request to:
https://indi.co/XXXXX/timetable
where `XXXXX` points to `https://kittens.cern.ch/event/1/`, the server would redirect to:
https://kittens.cern.ch/event/1/timetable
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named in the issue. Start by locating the request handling and existing short-URL redirect logic, then trace how the XXXXX target is resolved. Done means a request with a path suffix redirects to the resolved destination with that suffix preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100