Adam Prime x443 wrote: > If you type http://domain.com into a browser, it issues a request for /. > (at least firefox does). > > I doubt you can do a GET request for an empty path,
/ is required per the rfc, so you cannot omit it. go ahead and try it via telnet on your favorite site :) --Geoff