First page Back Continue Last page Overview Graphics
A web browser request
Browser performs (http) request by
- connecting to the host and port identified in the request URI
- sending a command, GET or POST, specifying the document path to retrieve and the HTTP protocol version
- sending request headers indicating originating host name, allowed content types, preferred language etc
- sending “POST” data from form contents, if there is any
Notes: