0% found this document useful (0 votes)
41 views

Web-Technology 20 PDF

The document discusses the HTTP message format for web technology, specifically focusing on the request header. It lists several common request headers like Accept, Accept-Encoding, Authorization, Host, and User-Agent, and provides a brief description of what each header conveys, such as the media formats, character sets, encodings, languages, or permissions supported by the client.

Uploaded by

iwc2008007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views

Web-Technology 20 PDF

The document discusses the HTTP message format for web technology, specifically focusing on the request header. It lists several common request headers like Accept, Accept-Encoding, Authorization, Host, and User-Agent, and provides a brief description of what each header conveys, such as the media formats, character sets, encodings, languages, or permissions supported by the client.

Uploaded by

iwc2008007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Web technology

20

HTTP message format (Request Header)


Header
Accept
Accept-charset

Shows media format the client can accept


Shows the character set the client can handle

Accept-encoding

Shows the encoding scheme the client can handle

Accept-language

Shows the language the client can accept

Authorization

Shows the permission the client has

From

Shows the email address of the user

Host

Shows the host and port number of the client

If-modified-since
If-match

Send the document if newer than specified date


Send the document only if matches given tag

If-non-match

Send the document only if does not match given tag

If-range

Send only the portion of the document that is missing

If-unmodifiedsince
Referrer
User-agent
| U. K. Roy |

Description

Send the document if not changed since specified date


Specifies the URL of the linked document
Identifies the client program
[ 10/22/08 ]

You might also like