13 Dec
2006
13 Dec
'06
10:28 p.m.
On Wed, Dec 13, 2006 at 04:41:25PM -0500, Bill Hogue wrote:
It appears that Hobbit does a HTTP/1.1 GET while BB does a HTTP/1.0 GET. I'm guessing it has to do with the Request-URI / absoluteURI but could not figure out how to resolve it (I tried reading through the 160 pages of the HTTP/1.1 RFC.) Is there a way to make this work or use HTTP/1.0 for the HTTP test?
You can force Hobbit to perform the test using HTTP 1.0 by changing the bb-hosts entry, so you use "http10://...." instead of "http://....". So:
192.168.66.40 TEST # http10://192.168.66.40:10015/ms4webconnect/jsp/logon.jsp
Regards, Henrik