I'm trying to use the XM Online software (1.7) through a standard http proxy server and am getting "Error 400 attempting to log into XM Online web site. Error XMO102"
I can connect if I am on a direct internet connection and remove the proxy address from the configuration.
An Ethereal packet trace of the conection attempt reveals the issue:
-----------------
<html><head><title>InterScan Error</title></head>
<body><h2>InterScan Error</h2>
InterScan HTTP Version 3.8-Build_3013 $Date: 01/20/2004 13:22:0038$</p>
Unknown URL type: /xstream/index.jsp</p>
</body></html>
--------------------
As you can see, there is no address or protocol identifier in the URL provided to the proxy server. It is still a relative link.
There is precious little documentation about using a proxy with the online products.
I can connect if I am on a direct internet connection and remove the proxy address from the configuration.
An Ethereal packet trace of the conection attempt reveals the issue:
-----------------
<html><head><title>InterScan Error</title></head>
<body><h2>InterScan Error</h2>
InterScan HTTP Version 3.8-Build_3013 $Date: 01/20/2004 13:22:0038$</p>
Unknown URL type: /xstream/index.jsp</p>
</body></html>
--------------------
As you can see, there is no address or protocol identifier in the URL provided to the proxy server. It is still a relative link.
There is precious little documentation about using a proxy with the online products.