Re: HTTP_REFERER

2002-02-06 Thread Geert Van Damme
e Lavandowska > Sent: dinsdag 5 februari 2002 19:23 > To: [EMAIL PROTECTED] > Subject: Re: HTTP_REFERER > > > Depending on what app-server you are using, you need to request > the headers differently. > I don't recall exactly who does what, but here are some variants

Re: HTTP_REFERER

2002-02-05 Thread Lance Lavandowska
Depending on what app-server you are using, you need to request the headers differently. I don't recall exactly who does what, but here are some variants I've seen: HTTP_REFERER Http_Referer http_referer REFERER referer As you can see, they vary in their use of case (upper, lower,

Re: HTTP_REFERER

2002-02-05 Thread OZGUR KISIR
cc: Sent by: A Subject: Re: HTTP_REFERER

Re: HTTP_REFERER

2002-02-05 Thread Vikramjit Singh
PROTECTED] Subject: Re: HTTP_REFERER I have tried it, however, returned a null String. Özgür KISIR Vikramjit Singh cc: Sent by: A Subject: Re: HTTP_REFERER ma

Re: HTTP_REFERER

2002-02-05 Thread OZGUR KISIR
cc: Sent by: A Subject: Re: HTTP_REFERER mailing list

Re: HTTP_REFERER

2002-02-05 Thread Vikramjit Singh
String refString = request.getParameter("REFERRER"); Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-3140 -Original Message- From: OZGUR KISIR [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 1:50 AM To: [EMAIL PROTECTED] Subject: HTTP_REFERER Hi all, I

HTTP_REFERER

2002-02-05 Thread OZGUR KISIR
Hi all, I have a web application composed of servlets and JSP's which does some jobs using JDBC etc.. I have an authentication mechanism also. I want to prevent form posting from the clients local machine by saving the HTML code into local. Some people told me about HTTP_REFERER enviro