diff --git a/Web_Exploits/README.md b/Web_Exploits/README.md index 40117f6..a9009ac 100644 --- a/Web_Exploits/README.md +++ b/Web_Exploits/README.md @@ -89,7 +89,7 @@ The first line of a request is modified to include protocol version information - Accept-Language: supported language codes - Referer: originating page for the request - +The headers are terminated with a single empty line, which may be followerd by any payload the client wishes to pass to the server (the lenght should be specified with the Content-Length header). The payload is usually browser data, but there is no requirements.