Hacking Web Applications

Raviteja Mureboina
6 min readSep 5, 2022

Web Application

A Web Application is a program that is accessed over a network connection using HTTP or HTTPS existing in the web server. A web application is a client-server application that which client runs in a web browser. The web application contains a set of web pages, scripts, images, etc. Web applications help organizations to grow their business.

Types of websites

Static Website: A static website contains web pages with fixed content. A static site can be built using HTML and hosted on a Web server.

Dynamic Website: The information on dynamic websites changes based on user interaction, the time zone, the viewer’s native language, and other factors. These pages include Web scripting code, such as PHP or ASP. When a dynamic page is accessed, the code within the page is parsed on the Web server, and the resulting HTML is sent to the client web browser. Dynamic websites can interact with the user, capable of accessing information stored on the database. Dynamic web pages are also known as database-driven websites.

How A Web Application Works

● The user sends a request to the web server over the internet through the web browser or the application interface in the form of URL or an HTML form

--

--

Raviteja Mureboina
Raviteja Mureboina

Written by Raviteja Mureboina

Hello Everyone, I write blogs on Cybersecurity, ML, and Cloud(AWS, Azure, GCP). please follow to stay updated https://www.youtube.com/c/RaviTejaMureboina

No responses yet