Terminology Index
Glossary
1801 terms
Showing 1761-1792 of 1801 terms
Web Server
Software that receives HTTP requests and serves responses, Apache, Nginx, IIS, or an application framework. The server side of the trust boundary in web defense.
A web server accepts HTTP requests and returns responses, either static content, dynamic application logic, or both. Familiar examples (Apache, Nginx, IIS) sit alongside many application frameworks that provide their own HTTP servers. From the defensive-web perspective, the server is where security is enforced because the client cannot be trusted. As a foundational defensive-web topic, server-side controls (input validation, authentication, authorization, output encoding) are where almost all real web defense lives.
Introduced in: Defensive Web Fundamentals
Examples
- Apache, Nginx, or IIS receiving HTTP requests and returning responses.
- Recognizing the server as the place where security is enforced.
- Layering input validation, authentication, and authorization server-side.
No related terms linked yet.
