The HTTP Conversation
In Hour 17, "Introduction to CGI," you learned about the basic conversation between the Web browser (Netscape, Internet Explorer, and so on) and the Web server (Apache, IIS, and so on). The conversation in that hour was somewhat oversimplified. Now that you're more comfortable with CGI, it's probably a good time to take a closer look at this subject. Later in this hour, you'll learn some techniques for manipulating this "conversation" to perform some interesting tasks.
The conversation is described by a protocol known as the Hypertext Transfer Protocol (HTTP). The current two versions of this standard are HTTP 1.0 and HTTP 1.1. For purposes of this discussion, either one is applicable.
Note
The Internet standards documents ...
Get Sams Teach Yourself Perl in 24 Hours now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.