Posts

Showing posts from July, 2020
Image
HYPERTEXT  TRANSFER  PROTOCOL The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web , where hypertext documents include hyperlinks to other resources that the user can easily access, for example by a mouse click or by tapping the screen in a web browser.  Development of HTTP was initiated by Tim Berners-Lee in 1989. Development of early HTTP requests for comments (RFCs) was a coordinated effort by the Internet Engineering Task Force (IETF) and the World Wide Web Consortium (W3C) with work later moving to the IETF.  HTTP is a stateless protocol. A stateless protocol does not require the HTTP server to retain information or status about each user for the duration of multiple request. However some web applications implements states or server side sessions using for instance HTTP cookies or hidden variables within web forms...