Two Laptop Bag
The moose likes Servlets and the fly likes Servlet headers Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Servlet headers" Watch "Servlet headers" New topic
Author

Servlet headers

Nila dhan
Ranch Hand

Joined: Sep 15, 2005
Posts: 160
Though this might be an elementary question, i would like to know what the request and response headers are and the purpose of them
Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8876

The header could info about the browser, its version, the Locale info, cookies.


Groovy
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
You should locate the documentation for the HTTP protocol, which if I remember correctly is called RFC2616. Here is the first thing that pops up in Google when searching for "RFC2616" - it defines exactly what the standard headers are and how they are used.
The servlet container does all the work of parsing the request headers and creating the response headers for you.
Bill


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Servlet headers
 
Similar Threads
running servlet after the browser is closed
Can anybody help to getrid of this error?
getting the timezone from the request
reading SESSIONID header.
URL in a IFRAME