georchestra / georchestra-gateway

GNU General Public License v3.0
0 stars 5 forks source link

Fixed proxy when PreserveHost filter is enabled and blocked local URLs #119

Closed emmdurin closed 4 months ago

emmdurin commented 4 months ago

Adding PreserveHost filter to filter chain prevents proxy for setting Host header to targeted host, then we have to change Host header in proxy filter. There is also a fix which blocks local URLs access.

f-necas commented 4 months ago

Tested and working in my context !