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

貢獻者指南