Martin,
Martin Gainty wrote:
> Dan-
> iterate thru all of the header variables and print the header variable..
> <%
> Enumeration headerNames = request.getHeaderNames();
> while(headerNames.hasMoreElements())
> {
> String headerName = (String)headerNames.nextElement();
> out.print("<TR><TD>" + headerName);
> out.println(request.getHeader(headerName)+"</TD></TR>");
> }
> %>Dude, WTF are you talking about? Headers don't go in the URL. This question was already answered correctly by someone who apparently actually read the OP. :( -chris
signature.asc
Description: OpenPGP digital signature
