Re: Multiple host in request

2020-01-02 Thread Francis Daly
On Tue, Dec 31, 2019 at 06:24:18AM -0500, hmahajan21 wrote: Hi there, > Yes my question is why ngnix override the header and append double host in > host header Thanks. What is the nginx config that is used? Your test request will be handled in one server{} block, and eventually in one locatio

Re: Multiple host in request

2019-12-31 Thread hmahajan21
Yes my question is why ngnix override the header and append double host in host header Posted at Nginx Forum: https://forum.nginx.org/read.php?2,286632,286644#msg-286644 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/n

Re: Multiple host in request

2019-12-30 Thread Francis Daly
On Mon, Dec 30, 2019 at 03:29:26AM -0500, hmahajan21 wrote: Hi there, > I am using zuul filters for reverse proxy in aks cluster > but when the request recieved at service it has multiple host name > like > host host.com,host.com I'm not sure if your question is "why does nginx generate this ou

Multiple host in request

2019-12-30 Thread hmahajan21
Hi, I am using zuul filters for reverse proxy in aks cluster but when the request recieved at service it has multiple host name like host host.com,host.com Posted at Nginx Forum: https://forum.nginx.org/read.php?2,286632,286632#msg-286632 ___ nginx ma