Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How can I get HTTP server variables with JSP?

843833Sep 12 2001 — edited Sep 12 2001
I'm trying to get access to some server variables (in particular HTTP_REFERER) on a JSP, but when I do request.getParameter("HTTP_REFERER"), it just returns null. Is there any way to get the server variables in this way with JSP?

Thanks,
Raj.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 10 2001
Added on Sep 12 2001
2 comments
220 views