Back to Developer Roadmap

HTTP Vulnerabilities

src/data/roadmaps/angular/content/[email protected]

4.0558 B
Original Source

HTTP Vulnerabilities

Angular has built-in support to help prevent two common HTTP vulnerabilities, cross-site request forgery (CSRF or XSRF) and cross-site script inclusion (XSSI). Both of these must be mitigated primarily on the server side, but Angular provides helpers to make integration on the client side easier.

Visit the following resources to learn more: