Add `reverseProxy` directive
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 1.4k
- Forks
- 584
- Avg merge
- 14h 33m
- Merged PRs (30d)
- 24
Description
Issue by jrudolph
Tuesday Feb 10, 2015 at 16:33 GMT
Originally opened as https://github.com/akka/akka/issues/16844
to enable simple proxying of single requests to an (internal) remote backend.
This has some security implications: What to do with cookies, authentication data, etc.? So, it may make sense to provide some safe-guards preventing people from simply relaying requests e.g. by requiring to whitelist potential targets in the configuration or something similar.
See the discussions in the original ticket spray/spray#145 and an existing PR spray/spray#764.
/cc @sirthias
Contributor guide
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
No files, tests, or entry points are named. Start by reading the discussions in spray/spray#145 and the existing spray/spray#764 pull request, then determine whether the project has agreed on proxying behavior and security safeguards. Done requires an agreed, testable scope, but the issue does not define one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- backend, networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100