Re: referrer url

2004-03-23 Thread Max Cooper
request.getHeader(referer) -Max On Tue, 2004-03-23 at 03:52, MOHAN RADHAKRISHNAN wrote: Hi I am trying to get the referrer URL using JSTL or JSP. Is there a way ? I have a link in an email that hits an action. So in order to identify the action was hit from the email link I

RE: referrer url

2004-03-23 Thread McClung, Brian
Careful doing this. If an end user is running a personal firewall or has very high security settings, the referrer may not be set. In this case your application will need a back up plan in order to build the appropriate URL. Brian McClung -Original Message- From: MOHAN RADHAKRISHNAN