This is what happens when you use the upper case URL:
URL =
http://Dried-Flowers-Galore.com
FMT = AUTO
REQ = GET
Sending request:
GET / HTTP/1.0
Host: Dried-Flowers-Galore.com
• Finding host IP address...
• Finding TCP protocol...
• Binding to local socket...
• Connecting to host...
• Sending request...
• Receiving response...
Total bytes received = 563
Elapsed time so far: 1 seconds
Header (Length = 256):
HTTP/1.1·302·Found(CR)
(LF)
Date:·Fri,·14·Feb·2003·22:12:01·GMT(CR)
(LF)
Server:·Apache/1.3.19·(Unix)·mod_perl/1.26·PHP/4.0.6·FrontPage/5.0.2.2510(CR)
(LF)
Location:·http://www.arishost.com/dftpages/error404.html(CR)
(LF)
Connection:·close(CR)
(LF)
Content-Type:·text/html;·charset=iso-8859-1(CR)
(LF)
(CR)
(LF)
Content (Length = 307):
<!DOCTYPE·HTML·PUBLIC·"-//IETF//DTD·HTML·2.0//EN">(LF)
<HTML><HEAD>(LF)
<TITLE>302·Found</TITLE>(LF)
</HEAD><BODY>(LF)
<H1>Found</H1>(LF)
The·document·has·moved·<A·HREF="http://www.arishost.com/dftpages/error404.html">here</A>.<P>(LF)
<HR>(LF)
<ADDRESS>Apache/1.3.19·Server·at·Dried-Flowers-Galore.com·Port·80</ADDRESS>(LF)
</BODY></HTML>(LF)
Done
Elapsed time so far: 1 seconds
------------------------------
whereas the lower case version is
Sending request:
GET / HTTP/1.0
Host: dried-flowers-galore.com
• Finding host IP address...
• Finding TCP protocol...
• Binding to local socket...
• Connecting to host...
• Sending request...
• Receiving response...
Total bytes received = 16728
Elapsed time so far: 0 seconds
Header (Length = 296):
HTTP/1.1·200·OK(CR)
(LF)
Date:·Fri,·14·Feb·2003·22:18:48·GMT(CR)
(LF)
Server:·Apache/1.3.19·(Unix)·mod_perl/1.26·PHP/4.0.6·FrontPage/5.0.2.2510(CR)
(LF)
Last-Modified:·Sat,·08·Feb·2003·05:33:32·GMT(CR)
(LF)
ETag:·"e37203-4030-3e4496ac"(CR)
(LF)
Content-Length:·16432(CR)
(LF)
Accept-Ranges:·bytes(CR)
(LF)
Connection:·close(CR)
(LF)
Content-Type:·text/html(CR)
(LF)
(CR)
(LF)
followed by the page contents
---------------------------------------
However using IE6 or Netscape 7 the url seems to get converted to the correct lower case url automagically. It may be a browser compatability problem.
To see what a generic query looks like use Rex Swains http viewer at
http://www.rexswain.com/httpview.html
<img src="/images/icons/smile.gif" alt="" />