mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-14 17:07:34 +00:00
Update cache-poisoning-to-dos.md
fixed spelling mistake
This commit is contained in:
parent
0e57ade27e
commit
26eebb0bc2
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ Not Found
|
|||
|
||||
* **Fat Get**
|
||||
|
||||
Some cache servers, like Cloudflare, or web servers, stops GET requests with a body, so this oucld be abused to cache a invalid response:
|
||||
Some cache servers, like Cloudflare, or web servers, stops GET requests with a body, so this could be abused to cache a invalid response:
|
||||
|
||||
```
|
||||
GET /index.html HTTP/2
|
||||
|
|
Loading…
Reference in a new issue