A web application consists of files hosted on a server, which has an IP address and a domain name.
Web applications operate over:
β Apache ποΈ
β Nginx π (Most used in the Dark Web)
β IIS π» (Only used on Windows, not Linux)
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:
