Haproxy remove port number from URL
问题 I have a backend trying to route traffic to a specific IP address and a port. The first hit on the url doesn't contain the port number. But the subsequesnt requests from within the website is not redirected properly. Example: http://test.com has server 123.45.67.89:9080 When I try the URL http://test.com/login --> It is redirected correctly and I get the login page. But once I give the login details and press OK. It is redirected to http://test.com:9080/loginSuccess. The page is available