Re: Is there a way to get the Referrer information from a request?

2001-08-03 Thread Beth Kelly
-- From: "Corey A. Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 02, 2001 4:17 PM Subject: Re: Is there a way to get the Referrer information from a request? > how did you print out all the header info? > > Cj > > Beth Kelly wrote: &

Re: Is there a way to get the Referrer information from a request?

2001-08-03 Thread Beth Kelly
I am using an apache server. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: "Tim O'Neil" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 02, 2001 3:18 PM Subject: Re: Is there a way to get the Referrer

Re: Is there a way to get the Referrer information from a request?

2001-08-03 Thread Beth Kelly
, August 03, 2001 5:58 AM Subject: RE: Is there a way to get the Referrer information from a request? > What did you do to make it work? > > -Original Message- > From: Beth Kelly [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 02, 2001 8:46 PM > To: [EMAIL PROTECTED]

Re: Is there a way to get the Referrer information from a request?

2001-08-03 Thread Beth Kelly
Ok, now it works. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: "Dan Garcia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 02, 2001 3:20 PM Subject: Re: Is there a way to get the Referrer information

Re: Is there a way to get the Referrer information from a request?

2001-08-02 Thread Kyle Wayne Kelly
t; field. > > > > > > Kyle Wayne Kelly > > (504)391-3985 > > http://www.cs.uno.edu/~kkelly > > - Original Message - > > From: "Dan Garcia" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, August 02, 2001 3:20

Re: Is there a way to get the Referrer information from a request?

2001-08-02 Thread Corey A. Johnson
this will do it: request.getHeader("referer"); purposely misspell referrer. Kyle Wayne Kelly wrote: > I printed out the html header, and it did not include the referrer field. > Is there another way to get the referrer field? > > Kyle Wayne Kelly > (504)391-3985 > http://www.cs.uno.edu/~kkelly

Re: Is there a way to get the Referrer information from a request?

2001-08-02 Thread Dan Garcia
e a referer... --Dg > Kyle Wayne Kelly > (504)391-3985 > http://www.cs.uno.edu/~kkelly > - Original Message - > From: "Corey A. Johnson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, August 02, 2001 3:05 PM > Subject: Re: Is t

Re: Is there a way to get the Referrer information from a request?

2001-08-02 Thread Beth Kelly
:05 PM Subject: Re: Is there a way to get the Referrer information from a request? > this will do it: > > request.getHeader("referer"); > > purposely misspell referrer. > > Kyle Wayne Kelly wrote: > > > I printed out the html header, and it did not include th

Re: Is there a way to get the Referrer information from a request?

2001-08-02 Thread Pier P. Fumagalli
Tim O'Neil at [EMAIL PROTECTED] wrote: > Your web server must not be setting it then. What server > are you using? Write a quick perl script that prints out > all the headers. Can't believe you are suggesting to use PERL here... Use the SnoopServlet... It does the job for you... :) Pier

Re: Is there a way to get the Referrer information from a request?

2001-08-02 Thread Tim O'Neil
At 03:35 PM 8/2/2001, you wrote: >Tim O'Neil at [EMAIL PROTECTED] wrote: > > > Your web server must not be setting it then. What server > > are you using? Write a quick perl script that prints out > > all the headers. > >Can't believe you are suggesting to use PERL here... >Use the SnoopServlet...

Re: Is there a way to get the Referrer information from a request?

2001-08-02 Thread Beth Kelly
lt;[EMAIL PROTECTED]> Sent: Thursday, August 02, 2001 3:20 PM Subject: Re: Is there a way to get the Referrer information from a request? > On Thu, 2 Aug 2001, Beth Kelly wrote: > > I have read that a million times, but that field is not in the header > > either. > > I not

Re: Is there a way to get the Referrer information from a request?

2001-08-02 Thread Jim Seach
--- Original Message - > From: "Dan Garcia" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, August 02, 2001 3:20 PM > Subject: Re: Is there a way to get the Referrer information from a > request? > > > > On Thu, 2 Aug 2001,

Re: Is there a way to get the Referrer information from a request?

2001-08-02 Thread Kyle Wayne Kelly
rom: "Corey A. Johnson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, August 02, 2001 3:05 PM > Subject: Re: Is there a way to get the Referrer information from a request? > > > > this will do it: > > > > request.getHeader("refe

Is there a way to get the Referrer information from a request?

2001-08-02 Thread Kyle Wayne Kelly
I printed out the html header, and it did not include the referrer field. Is there another way to get the referrer field? Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly