March 2003
Intermediate to advanced
312 pages
7h 12m
English
A Secure HTTP request is basically a typical HTTP request that uses a special request method, Secure, and includes the original HTTP request in encrypted format as the content. Secure HTTP can be visualized as a wrapper for HTTP, as illustrated in Figure 20.1.

The content of the Secure HTTP message (the original HTTP message) is protected with a cryptographic protocol. This is usually CMS, Cryptographic Message Syntax. Consider the following HTTP request:
GET / HTTP/1.1 Host: httphandbook.org
An example Secure HTTP request that protects this request is as follows (content ...
Read now
Unlock full access