lonre / rack-forward

Rack Middleware to proxy requests to a remote server. This is usefull for proxying AJAX request to remote services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forward custom headers

pjmartorell opened this issue · comments

Hi! I would like to forward an specific header, but the gem doesn't have any option to set custom headers in the subrequest. I may provide a PR for this.