This is a discussion on Re: Apache mod_deflate question within the Windows Web Servers forums, part of the Web Server and Related Forums category; Sry i schoul have been more spefic, but you also made a mistake it is GET /imageview4/ HTTP/1.1 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Jorge Schrauwen" <jorge.schrauwen@gmail.com> wrote in message news:ccmnd4$6da@odah37.prod.google.com... > Sry i schoul have been more spefic, but you also made a mistake > it is > > GET /imageview4/ HTTP/1.1 > Accept-Encoding: gzip > Host: 127.0.0.1 > > gzip not deflate > Where do I type these telnet lines in at? I'm using Windows XP if that makes a difference. Thanks, ~Ashley |
|
|||
|
Ashley Swinson wrote: > Where do I type these telnet lines in at? I'm using Windows XP if that > makes a difference. Open a command prompt, and type "telnet localhost 80", or whatever the correct host name is. Thor -- http://www.anta.net/ |
|
|||
|
"Thor Kottelin" <thor@anta.net> wrote in message news:40F16F94.B85CA9AA@anta.net... > > > Ashley Swinson wrote: > > > Where do I type these telnet lines in at? I'm using Windows XP if that > > makes a difference. > > Open a command prompt, and type "telnet localhost 80", or whatever the > correct host name is. After I type in telnet localhost 80 at the command prompt, I press enter and the screen turns blank. Then, if I try to type the next line in and then press enter, it displays the following in html code: 501 Method Not Implemented GET/imageview4/HTTP/1.1 to /index.html not supported Connection to host lost So, how do I type the remainder of the lines in? Am I doing something wrong? Thanks, ~Ashley |
|
|||
|
Ashley Swinson wrote: > After I type in telnet localhost 80 at the command prompt, I press enter and > the screen turns blank. Then, if I try to type the next line in and then > press enter, it displays the following in html code: > > 501 Method Not Implemented > GET/imageview4/HTTP/1.1 to /index.html not supported > Connection to host lost > > So, how do I type the remainder of the lines in? Am I doing something > wrong? You apparently omitted the spaces, so the server told you that GET/imageview4/HTTP/1.1 isn't a valid method. It might be easier if you typed the request onto the clipboard, and pasted it into telnet. Thor -- http://www.anta.net/ |