Re: CGI.HTTP_REFERER is blank!

2004-07-12 Thread Rick Root
Donnie Carvajal wrote: > So, any ideas on the best way to keep outside sites from submitting my > forms? Try using ticketmaster to buy some tickets, you'll see what is probably one of the more effective methods... then scan the list archives for the many discussions on methods of doing it.  =) 

RE: CGI.HTTP_REFERER is blank!

2004-07-12 Thread Scott Mulholland
Norton Internet Security and similar products will strip it. -Original Message- From: Donnie Carvajal [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 10:41 AM To: CF-Talk Subject: CGI.HTTP_REFERER is blank! I am trying to check the CGI.HTTP_REFERER variable to keep outside sites

RE: CGI.HTTP_REFERER is blank!

2004-07-12 Thread Mosh Teitelbaum
Donnie: There's been a lot of discussion on this topic in the past.  You can check the House Of Fusion archives for them. In general, the best method I've heard of is dynamically generating a unique value on form display that needs to be submitted to the form processing page.  Basically, when the

RE: CGI.HTTP_REFERER is blank!

2004-07-12 Thread Marlon Moyer
rvajal [mailto:[EMAIL PROTECTED] > Sent: Monday, July 12, 2004 10:41 AM > To: CF-Talk > Subject: CGI.HTTP_REFERER is blank! > > I am trying to check the CGI.HTTP_REFERER variable to keep outside sites > from submitting forms; however, I have seen some strange things.  The > same fo

Re: CGI.HTTP_REFERER is blank!

2004-07-12 Thread Bryan Stevenson
.com - Vancouver Island ColdFusion Users Group Founder & Director www.cfug-vancouverisland.com   - Original Message -   From: Donnie Carvajal   To: CF-Talk   Sent: Monday, July 12, 2004 8:40 AM   Subject: CGI.HTTP_REFERER is blank!   I am trying to check the CGI.HTTP

RE: CGI.HTTP_REFERER is blank!

2004-07-12 Thread Donnie Carvajal
So, any ideas on the best way to keep outside sites from submitting my forms?   -Original Message-   From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED]   Sent: Monday, July 12, 2004 10:50 AM   To: CF-Talk   Subject: RE: CGI.HTTP_REFERER is blank!   Donnie:   The "Referer" header i

RE: CGI.HTTP_REFERER is blank!

2004-07-12 Thread Jim Davis
le to keep outside sites from submitting forms; however, I have seen some strange things.  The same form on one computer when the form is submitted will have data in CGI.HTTP_REFERER and on another computer, CGI.HTTP_REFERER is blank.  Any ideas of what might cause this?  Are there certain settings

RE: CGI.HTTP_REFERER is blank!

2004-07-12 Thread Mosh Teitelbaum
t: Monday, July 12, 2004 11:41 AM To: CF-Talk Subject: CGI.HTTP_REFERER is blank! I am trying to check the CGI.HTTP_REFERER variable to keep outside sites from submitting forms; however, I have seen some strange things.  The same form on one computer when the form is submitted will have data in C

CGI.HTTP_REFERER is blank!

2004-07-12 Thread Donnie Carvajal
I am trying to check the CGI.HTTP_REFERER variable to keep outside sites from submitting forms; however, I have seen some strange things.  The same form on one computer when the form is submitted will have data in CGI.HTTP_REFERER and on another computer, CGI.HTTP_REFERER is blank.  Any ideas of