
April 13th, 2004, 01:34 PM
|
 |
Registered User
|
|
Join Date: Apr 2004
Location: Canada
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Header Information about an external page
i'm trying to write a JSP page that lets someone chose variables from a list and send a GET or POST to a chosen page. This is supposed to be a developer's tool to let people see the output and all the information about a given page. What i would like to be able to do is view the contents of the header file from the page it was sent to. Is there a way to do this in JSP? the response object wont do it because you can only check if something is set, add, or change. You cant view its content.
i thought maybe doing it through an include and some how accessing the include's request object but I am not entirely sure.
Any input would be greatly appreciated
|