🌐 Web Basics 1

πŸ”Ή What’s a Web Application?

A web application consists of files hosted on a server, which has an IP address and a domain name.

Web applications operate over:


πŸš€ Examples of Servers Hosting Web Applications:

βœ… Apache πŸ—οΈ

βœ… Nginx 🌐 (Most used in the Dark Web)

βœ… IIS πŸ’» (Only used on Windows, not Linux)


πŸ”„ HTTP Request Structure

An HTTP request consists of two main parts:

πŸ“Œ Header – Contains details about the sender and receiver (device info, request type, etc.).

πŸ“Œ Body (Payload) – Holds the actual data being sent or received.

πŸ‘‰ Example of an HTTP request header:

Untitled.png

🌍 HTTP Methods: GET & POST

πŸ”Ή GET Method