Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Testers can use this information to guess that the obscured server is nginx. How

Web servers may be identified by examining their error responses, and in the cases where they have not been customized, their default error pages. One way to compel a server to present these is by sending intentionally incorrect or malformed requests.

For example, here is the response to a request for the non-existent method `SANTA CLAUS` from an Apache server.
For example, here is the response to a request for the non-existent HTTP version `SANTA CLAUS` from an Apache server.

```sh
GET / SANTA CLAUS/1.1
Expand Down