answersLogoWhite

0

Is HTTP core protocol or not?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

HTTP is a stateless protocol ...

HTTP is called a stateless protocol because each command is executed independently, without any knowledge of the commands that came before it. This is the main reason that it is difficult to implement Web sites that react intelligently to user input. This shortcoming of HTTP is being addressed in a number of new technologies, includingActiveX, Java, JavaScript and cookies.

User Avatar

Wiki User

14y ago

What else can I help you with?