<BODY> <H1>Reading Header Information</H1> Here are the request headers and their data: <BR> <% java.util.Enumeration names = request.getHeaderNames(); while(names.hasMoreElements()){ String name = (String) names.nextElement(); out. } %> </BODY> </HTML>