redirecting to a server on specified path
- Dominant language
- Python
- Stars
- 27
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
is there a current feature that redirects to a server on specified path like
```
"/myweb": {
"remote": "mywebsites.com:80",
"rewrite_response": true,
"ssl": true,
"folder": "webapp1"
}
```
so that the URL for the redirection would be https://mywebsites.com/webapp1
thanks
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the repository's proxy and routing configuration; the issue names no files or tests. Compare existing path handling with the requested remote, rewrite_response, ssl, and folder options, and define completion as an agreed scope and implementation path for routing /myweb to the requested upstream URL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100