Brian Henning wrote:
  The problem is, by the time the request makes it to my server, it's just
"GET /" instead of "GET http://fully-qualified-url.org/"; .  I've discovered

Do you have a proxy server involved?

The reason that I ask is "GET /" is correct for a web server.  The longer
version is what is sent by the browser to a proxy server.  The proxy server
then transforms that by removing the protocol and moving the host/domain to
the "Host" header before issuing the request to the destination server.

C


-- ------------------------------------------------------------------------- Chris Merrill | http://www.webperformanceinc.com Web Performance Inc. | http://www.webperformancemonitoring.net

Website Load Testing, Stress Testing, and Performance Monitoring Software
-------------------------------------------------------------------------

--
TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ  : http://trilug.org/faq/
TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
TriLUG PGP Keyring         : http://trilug.org/~chrish/trilug.asc

Reply via email to