# telnet <ip> 80
you can use other ports. i use the usual port 80 for http
then enter the ff:
TRACK / HTTP/1.0
Host: <ip>
TestA: H
TestB: W
and / or:
TRACE / HTTP/1.0
Host: <ip>
TestA: H
TestB: W
then press enter until an output is displayed.
if track / trace is enabled, you'll see the server info.
(src. http://www.techstacks.com/howto/disable-tracetrack-in-apache-httpd.html)
No comments:
Post a Comment