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

+ Proxy additional request headers #1

Closed gregbeech closed 10 years ago

gregbeech commented 10 years ago
gregbeech commented 10 years ago

Nice little utility. I also need to forward these additional headers, and found that some XFF headers don't have any spaces after the commas. I arranged the request headers into alphabetical order too because I couldn't resist!

lonre commented 10 years ago

Thanks @gregbeech