Re: Apache, IE cgi.http_referer

2006-10-17 Thread Richard Cooper
I've a system that relies quite heavily on CGI.SERVER_NAME. Is there a more robust an alternative to this? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by

Re: Apache, IE cgi.http_referer

2006-10-17 Thread Rob Wilkerson
On 10/17/06, Richard Cooper [EMAIL PROTECTED] wrote: I've a system that relies quite heavily on CGI.SERVER_NAME. Is there a more robust an alternative to this? I prefer to use CGI.HTTP_HOST. In Apache - at least with 1.3 a few years ago - CGI.SERVER_NAME returned the value in the ServerName

Re: Apache, IE cgi.http_referer

2006-10-16 Thread Jochem van Dieten
Matt Williams wrote: On 10/15/06, Claude Schneegans wrote: The http_referer vartiable is set and transmitted by the browser,... if it wants to. If the browser does not set it, the CF server will not get it. How rude of the browser! Is this a setting the user can control? If the user knows

RE: Apache, IE cgi.http_referer

2006-10-16 Thread Snake
-Talk Subject: Apache, IE cgi.http_referer On my laptop, I can't get IE to give me output for cgi.http_referer. A dump of CGI shows it as a variable, but with empty string. Anyone else run into this? Sample code: a href=#CGI.HTTP_REFERER#Cancel/a Real issue here is to go back one page, but to force

Re: Apache, IE cgi.http_referer

2006-10-16 Thread Richard Cooper
Does the browser tend to do this with other CGI variables or is it mainly just the referer one? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers,

RE: Apache, IE cgi.http_referer

2006-10-16 Thread Snake
Any variable that is considered personal information and can be used for tracking purposes may not be sent. Russ -Original Message- From: Richard Cooper [mailto:[EMAIL PROTECTED] Sent: 16 October 2006 10:18 To: CF-Talk Subject: Re: Apache, IE cgi.http_referer Does the browser tend

Re: Apache, IE cgi.http_referer

2006-10-16 Thread Matt Williams
On 10/16/06, Snake [EMAIL PROTECTED] wrote: Any variable that is considered personal information and can be used for tracking purposes may not be sent. Russ But can anybody explain why the variable shows in Firefox, but not IE? This makes me think there's an IE setting - maybe the security or

RE: Apache, IE cgi.http_referer

2006-10-16 Thread Dave Watts
But can anybody explain why the variable shows in Firefox, but not IE? This makes me think there's an IE setting - maybe the security or privacy level. I'll play around with those. There may well be a setting that you could change, that would change this specific instance of behavior. But in

RE: Apache, IE cgi.http_referer

2006-10-16 Thread Doug Bezona
- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: Monday, October 16, 2006 10:47 AM To: CF-Talk Subject: Re: Apache, IE cgi.http_referer On 10/16/06, Snake [EMAIL PROTECTED] wrote: Any variable that is considered personal information and can be used for tracking purposes may

Re: Apache, IE cgi.http_referer

2006-10-16 Thread Matt Williams
On 10/16/06, Doug Bezona [EMAIL PROTECTED] wrote: Honestly though, the conclusion you probably should be coming to here is not to depend on the referrer info being present for anything meaningful, since there are a lot of things a potential user could have installed, or ways a browser might be

RE: Apache, IE cgi.http_referer

2006-10-16 Thread Doug Bezona
So the question at hand should be how can you make a link that will go back one page (that page being unknown) and refresh it By unknown, do you mean literally any arbitrary page on the internet, or an arbitrary page from within your site/application? If it's the former, there probably isn't a

Re: Apache, IE cgi.http_referer

2006-10-16 Thread Matt Williams
By unknown I simply meant that it could be one of several possible pages within the site. So yes, all potential pages are internal and we do have control over those. A littel more detail... The initial page has a drop down select box. In the on change of that select I redirect to another page

Apache, IE cgi.http_referer

2006-10-15 Thread Matt Williams
On my laptop, I can't get IE to give me output for cgi.http_referer. A dump of CGI shows it as a variable, but with empty string. Anyone else run into this? Sample code: a href=#CGI.HTTP_REFERER#Cancel/a Real issue here is to go back one page, but to force that page to reload. So a simple

Re: Apache, IE cgi.http_referer

2006-10-15 Thread Claude Schneegans
cgi.http_referer The http_referer vartiable is set and transmitted by the browser,... if it wants to. If the browser does not set it, the CF server will not get it. -- ___ REUSE CODE! Use custom tags; See

RE: Apache, IE cgi.http_referer

2006-10-15 Thread Matt Quackenbush
To: CF-Talk Subject: Apache, IE cgi.http_referer On my laptop, I can't get IE to give me output for cgi.http_referer. A dump of CGI shows it as a variable, but with empty string. Anyone else run into this? Sample code: a href=#CGI.HTTP_REFERER#Cancel/a Real issue here is to go back one page

Re: Apache, IE cgi.http_referer

2006-10-15 Thread Matt Williams
On 10/15/06, Claude Schneegans [EMAIL PROTECTED] wrote: cgi.http_referer The http_referer vartiable is set and transmitted by the browser,... if it wants to. If the browser does not set it, the CF server will not get it. How rude of the browser! Is this a setting the user can control? --

RE: Apache, IE cgi.http_referer

2006-10-15 Thread Dave Watts
The http_referer vartiable is set and transmitted by the browser,... if it wants to. If the browser does not set it, the CF server will not get it. How rude of the browser! Is this a setting the user can control? Not directly from within a standard browser, although there are lots of

RE: Apache, IE cgi.http_referer

2006-10-15 Thread Doug Bezona
cf-talk@houseoffusion.com Sent: 10/15/06 6:46 PM Subject: Apache, IE cgi.http_referer On my laptop, I can't get IE to give me output for cgi.http_referer. A dump of CGI shows it as a variable, but with empty string. Anyone else run into this? Sample code: a href=#CGI.HTTP_REFERER#Cancel/a Real

Re: Apache, IE cgi.http_referer

2006-10-15 Thread Claude Schneegans
How rude of the browser! Also note that is there is no referrer, the browser will not tell there is one ;-) The referrer is the page you clicked to get into the next page. If the user gets directly to your page, by typing the address or by bookmark, there is no referrer. Is this a setting

Re: Apache, IE cgi.http_referer

2006-10-15 Thread Matt Williams
On 10/15/06, Doug Bezona [EMAIL PROTECTED] wrote: Are you by any chance running a security suite such as Zone Alarm, Norton Internet Security or the like? Nope. Pretty straightforward here. Matt Q. said: The http_referer will only exist if the page load is a result of a link click or a form