Introduction
In this lesson we will explore what web application security is and why we need it.
What is web application security?
Web application security deals with securing websites, mobile apps, and web APIs. Hackers subject web applications to different kinds of attacks, with the objective of stealing data or defacing a website.
Types of attacks differ based on the mode of attack and the attacker’s objective. Common web attacks include SQL Injection, ...