bpczi
Technical User
- Oct 12, 2005
- 45
Hi!
I use xampp with apache server 2.2.6. I tried to connect with telnet to view which http requests are allowed on my server:
telnet 127.0.0.1 80
OPTIONS / HTTP/1.1
Host: 127.0.0.1
and i get this output:
HTTP/1.1 302 Found
Date: Fri, 07 Dec 2007 11:58:33 GMT
Server: Apache/2.2.6 (Win32) DAV/2 mod_ssl/2.2.6 OpenSSL/0.9.8e mod_autoindex_co
lor PHP/5.2.4
X-Powered-By: PHP/5.2.4
Location: Content-Length: 0
Content-Type: text/html
Connection to host lost
Is the request "OPTIONS" not allowed on my server or what does it mean "302 Found"? I want to edit all types of http requests on my server but how can I do this?
Many thanks for your help!
regards
bpczi
I use xampp with apache server 2.2.6. I tried to connect with telnet to view which http requests are allowed on my server:
telnet 127.0.0.1 80
OPTIONS / HTTP/1.1
Host: 127.0.0.1
and i get this output:
HTTP/1.1 302 Found
Date: Fri, 07 Dec 2007 11:58:33 GMT
Server: Apache/2.2.6 (Win32) DAV/2 mod_ssl/2.2.6 OpenSSL/0.9.8e mod_autoindex_co
lor PHP/5.2.4
X-Powered-By: PHP/5.2.4
Location: Content-Length: 0
Content-Type: text/html
Connection to host lost
Is the request "OPTIONS" not allowed on my server or what does it mean "302 Found"? I want to edit all types of http requests on my server but how can I do this?
Many thanks for your help!
regards
bpczi