* Guard against client disconnect exceptions that appear when performing ReadFormAsync Reading the request body may throw an exception. This change adds some extra guards for this and presents this as a 4xx response rather than a 5xx response. * Add some tests * Fixup test |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| .vsconfig | ||
| Antiforgery.slnf | ||
| README.md | ||
| build.cmd | ||
| build.sh | ||
| startvs.cmd | ||
README.md
Antiforgery
Antiforgery system for generating secure tokens to prevent Cross-Site Request Forgery attacks.
This project is part of ASP.NET Core. You can find documentation and getting started instructions for ASP.NET Core at the AspNetCore repo.