in reply to Re: Re: Browser dependent CGI script failure?
in thread Browser dependent CGI script failure?

It is open to interpretation if it is a legal relative URI. The relativeURI grammar in RFC 2396 defines that the relative path must have at least a single character before the query string. However, the examples include '?y' as a relative URL. RFC 1808 allows just a query string and specified the resolution rules for it.
  • Comment on Re: Re: Re: Browser dependent CGI script failure?