Fix typo in http-request-smuggling

Fix typo from lentgh to length in pentesting-web/http-request-smuggling
This commit is contained in:
Jinil Kim 2023-09-21 08:56:51 +09:00 committed by GitHub
parent 2d9e6fd60c
commit 4e887c2998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ Some important considerations should be kept in mind when attempting to confirm
Abusing hop-by-hop headers you could indicate the proxy to **delete the header Content-Length or Transfer-Encoding so a HTTP request smuggling is possible to abuse**.
```
Connection: Content-Lentgh
Connection: Content-Length
```
For **more information about hop-by-hop headers** visit: