Re: cgi.http_referer problem

2001-11-02 Thread Matt Robertson
[EMAIL PROTECTED] MSB Designs, Inc. http://mysecretbase.com - - Original Message - From: "Sima Lee" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, November 02, 2001 8:20 AM Subject: cgi.http_referer problem So t

cgi.http_referer problem

2001-11-02 Thread Sima Lee
Hi All, As I understand that cgi.http_referer created by the browser only when the user follows a link or submit a form to the current page. So sometimes it could be blank. With this in mind we put this piece of code in our action page

cgi.http_referer in NN

2001-06-22 Thread Tim Bahlke
I can't read cgi.http_referer in NN - in a frameset. Is this only available in IE? Thanks, Tim Bahlke ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www

RE: Flash & CGI.HTTP_Referer

2001-05-03 Thread Dave Watts
> I want to know if it's possible to get the http_referer from > a URL called in a Flash movie with getVariables. > > From a little testing it doesn't look like it does get sent > by Flash. > > Makes security a little harder not having the http_referer. I don't have the answer for you. Howeve

Re: Flash & CGI.HTTP_Referer

2001-05-03 Thread Dick Applebaum
Cameron I just ran a simple test and the referrer is available in CGI.HTTP_Referer when you issue a getVariables command. An easy way to verify this is to append #CGI.HTTP_Referer# to the returned value in a name/value pair: someFieldName=#URLEncodedFormat('Rreferrer: #CGI.HTTP_Re

Flash & CGI.HTTP_Referer

2001-05-03 Thread Cameron
Hi All, well, I don't know if this is the right place to ask, but I've had no response from teh Flash news group, so thought I'ld try here. I want to know if it's possible to get the http_referer from a URL called in a Flash movie with getVariables. >From a little testing it doesn't look like

cgi.HTTP_REFERER

2001-01-16 Thread Greg Wolfinger
Hey Guys: I have herd people saying that not all broswers pass cgi.HTTP_REFERER. Which browsers do not and how common of a problem is this (as is what % do you think have browsers that do not support this cgi var). Thanks, --=@ greg

RE: CGI.HTTP_REFERER and SSL

2000-12-14 Thread Chris Montgomery
astutia.com Allaire Consulting Partner 210-490-3249/888-745-7603Fax 210-490-4692 > -Original Message- > From: Aaron Johnson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 14, 2000 3:46 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: CGI.HTTP_REFERE

RE: CGI.HTTP_REFERER and SSL

2000-12-14 Thread Gary McNeel, Jr.
From: Chris Montgomery [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 14, 2000 1:43 PM > To: CF-Talk > Subject: CGI.HTTP_REFERER and SSL > > > Howdy, > > I have a simple payment form that submits to a secure page at > AuthorizeNet. > Once a customer makes a payment,

RE: CGI.HTTP_REFERER and SSL

2000-12-14 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, I doubt there's an issue with the cgi.http_referer between secure & non secure.. It's just that their server (authorize.net) is doing an HTTP POST to your server... just like in a CFHTTP post, you have the option what you want

CGI.HTTP_REFERER and SSL

2000-12-14 Thread Chris Montgomery
thing else. This isn't working, the #cgi.http_referer# variable comes up blank. Is there a known problem using cgi.http_referer when transferring requests between secure and non-secure pages? TIA, Chris Montgomery [EMAIL PROTECTED] Web Development & Consulting http://w

Re: #cgi.http_referer# and IE

2000-08-22 Thread Michael Slatoff
This is the code that was giving me trouble: Show: Layout 1checked> Layout 2checked> It worked fine in Netscrape but Internet Exploiter wouldn't go back to the http_referer (cgi.http_referer ends up being empty). So, I did this: Show: Layo

RE: #cgi.http_referer# and IE

2000-08-22 Thread Randy Adkins
:[EMAIL PROTECTED]] Sent: Tuesday, August 22, 2000 2:09 PM To: '[EMAIL PROTECTED]' Subject: RE: #cgi.http_referer# and IE -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In the calling form, you could pass a hidden field w/ the name of the form page. Something like: Hope that helps. Be

RE: #cgi.http_referer# and IE

2000-08-22 Thread Zachary Bedell
y, August 22, 2000 1:51 PM > To: [EMAIL PROTECTED] > Subject: #cgi.http_referer# and IE > > > I have a form that sets a session.variable and then redirects to > the cgi.http_referer. It works fine in Netscape 4.74 but IE 5.5 > doesn't like it. > > >

#cgi.http_referer# and IE

2000-08-22 Thread Michael Slatoff
I have a form that sets a session.variable and then redirects to the cgi.http_referer. It works fine in Netscape 4.74 but IE 5.5 doesn't like it. Does anyone know of a work around? Micahel -- Archives:

<    1   2