Is it possible to get subdomain as variable?
Open
Nobody has claimed this yet.
feature
- Dominant language
- Lua
- Stars
- 81
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
I need to use rules like:
//[<sub>.]domain.com/path/<id>
and get variables sub and id for db query. If host == domain.com, variable sub must have default value.
Can I achieve that with that module?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the requested host and path pattern, including the default value for sub when the host is domain.com. Check whether the module's routing supports exposing subdomain and path components as variables; done means confirming the capability or defining the implementation scope needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100