-
Bug
-
Resolution: Done
-
Major
-
1.0.0.Beta17
-
None
HttpRequest.getServerName() and HttpRequest.getServerPort() return mismatching information when a Proxy is present.
HttpRequest.getServerName() will return the Proxy host, as the HttpServerExchange checks the request headers before the destination address.
HttpRequest.getServerPort() will return the server port, as it gets the port from the destination address at all times.