umputun / reproxy

Simple edge server / reverse proxy
http://reproxy.io
MIT License
1.21k stars 90 forks source link

Implement Host header bypassing #155

Closed ffix closed 5 months ago

ffix commented 1 year ago

This pull request adds the ability to bypass the Host header in Reproxy for compatibility with services like Grafana as mentioned in #133.

It includes the following changes:

It hasn't been tested with a consul catalog as me don't' have access to one.

I'm not familiar with the coding standards of this project, so I would appreciate any comments or fixes. 

Semior001 commented 8 months ago

Is there any chance of being added? Still waiting for being able to use grafana :)

umputun commented 7 months ago

@ffix - I have updated your branch with all the current changes from the master. It had a lot of conflicts, but hopefully, I have them adequately resolved. Pls, take a look and let me know if everything is fine

MrZoidberg commented 6 months ago

@ffix @umputun any progress with this? tried to run Grafana behind reproxy and failed with same problem. Any help needed?