(CR #452369) Beginning in version 6.1, EAServer no longer supports these HTTP properties:
httpUseCustomGetServerInfo
httpProxyProtocol
httpProxyPort
httpGetServerInfoFrom
Instead, EAServer reads these HTTP header fields:
host – to determine the host and port the client used to connect.
sybaseredirectorheader – to determine the protocol that was used to connect to a Web redirector.
If you call any of the HttpRequest methods, getServerName, getServerPort, or getProtocol, the values are retrieved from the browser. This is the same behavior that was achieved by setting httpGetServerInfoFrom to “source” in versions of EAServer earlier than 6.1.