On Thu, 12 Apr 2001 17:29:45 +0000, Don Cox wrote:

> One thing that is still causing trouble is the conversion of spaces in
> URLs to %20

> It seems some cgi scripts don't understand this.

Without %20 some webservers wouldn't understand it either.

Ram Disk:> telnet zapek.meanmachine.ch 80
Trying 213.162.9.133...
Connected to vaxol.meanmachine.ch.
Escape character is '^]'.
GET /lame%20test.html HTTP/1.0
Host: zapek.meanmachine.ch

HTTP/1.1 200 OK
Date: Thu, 12 Apr 2001 22:41:45 GMT
Server: Apache/1.3.6 (Unix) PHP/3.0.7
Last-Modified: Thu, 12 Apr 2001 22:40:06 GMT
ETag: "4902f-5-3ad62ec6"
Accept-Ranges: bytes
Content-Length: 5
Connection: close
Content-Type: text/html

blah
Connection closed by foreign host.

Ram Disk:> Ram Disk:> 
Ram Disk:> telnet zapek.meanmachine.ch 80
Trying 213.162.9.133...
Connected to vaxol.meanmachine.ch.
Escape character is '^]'.
GET /lame test.html HTTP/1.0
Host: zapek.meanmachine.ch

HTTP/1.1 404 Not Found
Date: Thu, 12 Apr 2001 22:42:10 GMT
Server: Apache/1.3.6 (Unix) PHP/3.0.7
Connection: close
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /lame was not found on this server.<P>
<HR>
<ADDRESS>Apache/1.3.6 Server at zapek.meanmachine.ch Port 80</ADDRESS>
</BODY></HTML>
Connection closed by foreign host.

-- 
David Gerber
VaporWare programmer
http://www.vapor.com/
finger [EMAIL PROTECTED]
_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE

Reply via email to