lonre / rack-forward

Rack Middleware to proxy requests to a remote server. This is usefull for proxying AJAX request to remote services.
MIT License
6 stars 7 forks source link

Forward custom headers #4

Open pjmartorell opened 4 years ago

pjmartorell commented 4 years ago

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.