akka/akka-http

Add `reverseProxy` directive

开放

#240 创建于 2016年9月12日

 (10 条评论) (5 个反应) (0 位负责人)Scala (598 个派生)batch import
1 - triagedhelp wantedt:routingt:server

仓库指标

星标
 (1,311 个星标)
PR 合并指标
 (平均合并 1天 10小时) (30 天内合并 2 个 PR)

描述

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

贡献者指南