How can I get HTTP server variables with JSP?
843833Sep 12 2001 — edited Sep 12 2001I'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.