I think I had my answer myself... Whenever I try to connect to a IIS running
on Windows 2003, it seem it doesn NOT return the server field in the header.
This is why I never say the Apache 1.1 in the reply.

R4#telnet 192.1.24.100 80
Trying 192.1.24.100, 80 ... Open
get
HTTP/1.1 400 Bad Request
Content-Type: text/html
Date: Mon, 11 May 2009 19:20:02 GMT
Connection: close
Content-Length: 35
<h1>Bad Request (Invalid Verb)</h1>
[Connection to 192.1.24.100 closed by foreign host]

Then, I used the same policy-map to a IOS web server. In this one, I had the
server name changed...

 R4#telnet 5.5.5.5 80
Trying 5.5.5.5, 80 ... Open
get
HTTP/1.1 400 Bad Request
Date: Mon, 11 May 2009 15:10:44 GMT
*Server:Apache 1.1
*Accept-Ranges: none
400 Bad Request
[Connection to 5.5.5.5 closed by foreign host]
R4#
That's it...

2009/5/10 Willians Barboza <[email protected]>

> Hi,
>
> I was looking at the solution for this exercise and I did not understant
> one thing. How can I test that the HTTP policy built is correct??? Specially
> when it comes to the server appear as Apache 1.1...
>
> Regards
>

Reply via email to