Re: CGI Variables - CGI.cert_subject won't display

2011-06-21 Thread Steve 'Cutter' Blades
From the Adobe CF documentation on CGI variables (http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Expressions_8.html): "In ColdFusion, these variables are referred to as /CGI environment variables/. CGI Environment variables contain data about the transaction betwee

Re: CGI Variables - CGI.cert_subject won't display

2011-06-21 Thread Scott Brady
I'm not familiar with that particular CGI variable, but did something change on the IIS side? On Mon, Jun 20, 2011 at 9:04 AM, Bern Weed wrote: > > I'm have an application that has been using CGI variables and working fine. > It stopped working and I'm not sure why of c

CGI Variables - CGI.cert_subject won't display

2011-06-20 Thread Bern Weed
I'm have an application that has been using CGI variables and working fine. It stopped working and I'm not sure why of course. I am using IIS 7 and ColdFusion 9. I can get it to return cgi.auth_user but not the cgi.cert_subject and it was working for both. Anyone have any ideas

Re: Disable CGI Variables?

2006-05-30 Thread David Delbridge
Thank you, Ian! I'll check out the IIS forums. Dave ps. I see you're in Sac. Next time you're in Tahoe, give me a holler! > CGI variables are generated and provided by the web server not the > ColdFusion server. It would be in IIS and/or Apache or whatever one > is

Re: Disable CGI Variables?

2006-05-30 Thread David Delbridge
king >skills... Girls only want boyfriends who have great skills." >- Napoleon Dynamite >-Original Message- >From: David Delbridge [mailto:[EMAIL PROTECTED] >Sent: Tuesday, May 30, 2006 2:17 PM >To: CF-Talk >Subject: Disable CGI Variables? > >Hi all, > >Is

RE: Disable CGI Variables?

2006-05-30 Thread Ian Skinner
CGI variables are generated and provided by the web server not the ColdFusion server. It would be in IIS and/or Apache or whatever one is using that this kind of control may exist. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1

RE: Disable CGI Variables?

2006-05-30 Thread Ben Nadel
kills... Girls only want boyfriends who have great skills." - Napoleon Dynamite -Original Message- From: David Delbridge [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 2:17 PM To: CF-Talk Subject: Disable CGI Variables? Hi all, Is there any way to disable or obfuscate the CGI

Disable CGI Variables?

2006-05-30 Thread David Delbridge
Hi all, Is there any way to disable or obfuscate the CGI variables on an MX server? More importantly, can this be done PER SITE on a multi-homed MS IIS server? Any advice is greatly appreciated. Dave ~| Message: http

RE: unable to see certain CGI variables :(

2006-05-10 Thread Gaulin, Mark
mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 9:40 AM To: CF-Talk Subject: Re: unable to see certain CGI variables :( no one has seen this before, eh? ~| Message: http://www.houseoffusion.com/lists.cfm/

Re: unable to see certain CGI variables :(

2006-05-10 Thread Ryan Guill
Like Ian said, all coldfusion can see is what the webserver gives it. Also, a simple dump of cgi variables does not give you all of the variables that are available from the webserver, and also note that if you ever do a structKeyExists() or isDefined() on any cgi variable, it will always come

Re: unable to see certain CGI variables :(

2006-05-10 Thread Jason Kirkhart
no one has seen this before, eh? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240066 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubs

Re: unable to see certain CGI variables :(

2006-05-09 Thread Jason Kirkhart
the upgrade. > ColdFusion only repeats the CGI variables given it by the web server. > In you ASP and ColdFusion test page, are they running under the same > web server? Or do you perchance have the ColdFusion running under > it's built in testing web server? > >

RE: ***BULK*** RE: unable to see certain CGI variables :(

2006-05-05 Thread Jason Kirkhart
upgrade. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 2:07 PM To: CF-Talk Subject: ***BULK*** RE: unable to see certain CGI variables :( ColdFusion only repeats the CGI variables given it by the web server. In you ASP and ColdFusion test page

RE: unable to see certain CGI variables :(

2006-05-05 Thread Ian Skinner
ColdFusion only repeats the CGI variables given it by the web server. In you ASP and ColdFusion test page, are they running under the same web server? Or do you perchance have the ColdFusion running under it's built in testing web server? -- Ian Skinner Web Progr

unable to see certain CGI variables :(

2006-05-05 Thread Jason Kirkhart
I'm running a production box with CF 5 and SiteMinder Affiliate Agent 4.x. When a user authenticates via SiteMinder, I parse #CGI.http_sm_user# to get their username, and connect them with the correct account in my system. On a test system, I'm trying to understand whether I will be able to

RE: Invalid CGI variables not generating errors

2006-02-10 Thread Figy, Kam
Yep this is because CGI vars come from the web server, and CF will poll the server for any Cgi variables it doesn't "know" about. When you dump the CGI scope you're only seeing ones CF knows should exist, not necessarily the ones that do. For instance, on Apache you can acces

Re: Invalid CGI variables not generating errors

2006-02-10 Thread Rick Root
so I guess all those instances where I verify the existence of a CGI variable are pointless! I often do this: ... Guess I can change that to ... Crazy. Rick Nathan Strutz wrote: > Yes, it's been like this for a long time. #cgi.qwertyuiop# will just > return an empty string. Why? I

Re: Invalid CGI variables not generating errors

2006-02-10 Thread Nathan Strutz
Yes, it's been like this for a long time. #cgi.qwertyuiop# will just return an empty string. Why? I don't know exactly, but I do know it is fairly expected, and only works with the CGI scope. -nathan strutz http://www.dopefly.com/ On 2/10/06, Rick Root <[EMAIL PROTECTED]> wrote: > I was having s

Invalid CGI variables not generating errors

2006-02-10 Thread Rick Root
I was having some issues solving a problem today and eventually I realized it was because I spelled a CGI variable. On my system (CFMX 7 on Windows), the following does not generate an exception, as I would think that it should: #CGI.FAHRVERNUGEN# The behavior is the same on CFMX7 for Linux an

RE: Blank CGI Variables

2005-11-28 Thread Dawson, Michael
That's kinda what I thought about IE jumping right in. I wasn't sure about the other browsers. Thanks for the clarification. M!ke -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Monday, November 28, 2005 10:56 AM To: CF-Talk Subject: RE: Blank CGI

Re: Blank CGI Variables

2005-11-28 Thread Jillian Koskie
via the active directory and we're good to go. The problem is that Apache doesn't support NTLM like IIS, and so CGI variables just aren't cutting it --they are always coming up blank. I -know- that Squid uses a module (internal to squid) to make the proxy server listen to NTLM

RE: Blank CGI Variables

2005-11-28 Thread Munson, Jacob
alk > Subject: RE: Blank CGI Variables > > It's been a while since I used this sort of authentication, > but doesn't > it require IE for it to work? > > I don't remember if non-IE browsers will support this process? > > As far as the feasibility of an &quo

RE: Blank CGI Variables

2005-11-28 Thread Dawson, Michael
omplained yet. ;^) M!ke -Original Message- From: Jillian Koskie [mailto:[EMAIL PROTECTED] Sent: Monday, November 28, 2005 8:45 AM To: CF-Talk Subject: Blank CGI Variables Has anybody successfully used NTLM authentication on a Linux box with Apache? There seem to be a few Apache modules

Blank CGI Variables

2005-11-28 Thread Jillian Koskie
Has anybody successfully used NTLM authentication on a Linux box with Apache? There seem to be a few Apache modules that help accomplish this --hard to know if they are worth playing with. When I do a dump of my CGI variables, they are all blank. What I'm trying to accomplish: I am bui

CGI variables

2004-06-21 Thread hemant jain
hi, We have a cold fusion web application. Which is under the security of another applicaiton. Security application passes the user id to our application in form of something like below. cgi.http_scempnum We access this variable value in applicaiton.cfm file and query the user table for this

Re: Clearing CGI variables

2003-10-09 Thread Thomas Chiverton
On Wednesday 08 Oct 2003 18:59 pm, Barney Boisvert wrote: > into, which will cause the client to stop sending the auth-user header.  I > don't think you can do that. I believe Mozilla will be able to logout of HTTP (basic) AUTH sites in the next release - there is certainly a bugzilla for it. --

RE: Clearing CGI variables

2003-10-08 Thread Barney Boisvert
CGI variables are provided by the web server, based on what information the client sends to it.  To get what you want, you have to tell the browser to stop remembering the credentials for the realm they are currently logged into, which will cause the client to stop sending the auth-user header.  I

Clearing CGI variables

2003-10-08 Thread Corey Menscher
For many years our site has used the CGI.AUTH_USER variable to determine if someone is logged in.  This has become a problem because we want to provide a "logout" option...but there seems to be no way to clear the CGI variables programmatically.  We are running Deerfield

RE: displaying CGI variables.. ?

2003-09-09 Thread Raymond Camden
To: CF-Talk > Subject: displaying CGI variables.. ? > > > Hi, > > How to display all CGI variable info thru programmatically.. > > > Thanks > ramesh > > ~| Archives: http://w

displaying CGI variables.. ?

2003-09-09 Thread Ramesh Deva
Hi, How to display all CGI variable info thru programmatically.. Thanks ramesh ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.h

Re: JSP and outputing cgi variables

2003-03-27 Thread Nate
*** Your mail has been scanned, and no virus was found. ***-*** Thanks. Nate - Original Message - From: "Nick de Voil" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 27, 2003 12:44 PM Su

Re: JSP and outputing cgi variables

2003-03-27 Thread Nick de Voil
> Sorry for the OT post, I'm a JSP newbie and need to know how I would do > > > #cgi.server_name# > > > on a JSP page? <%=request.getServerName()%> ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 S

OT: JSP and outputing cgi variables

2003-03-27 Thread Nate
*** Your mail has been scanned, and no virus was found. ***-*** Hello, Sorry for the OT post, I'm a JSP newbie and need to know how I would do #cgi.server_name# on a JSP page? Thanks, Nate

RE: CGI Variables

2002-11-12 Thread Ciliotta, Mario
Thanks for the help everyone. I totally forgot about -Original Message- From: Ciliotta, Mario [mailto:mario.ciliotta@;csfb.com] Sent: Monday, November 11, 2002 7:15 PM To: CF-Talk Subject: CGI Variables Hi, Does anyone know the cgi variable to capture a users ip address. I have used

RE: CGI Variables

2002-11-12 Thread Everett, Al
> Does anyone know the cgi variable to capture a users ip > address. CGI.REMOTE_ADDR > Also does anyone have a link to a list of all the > available CGI variables. RTFM* or * CF5: http://livedocs.macromedia.com/cf50docs/CFML_Reference/Expressions4.jsp#2679 705

Re: CGI Variables

2002-11-12 Thread Rick Root
Matthew Walker wrote: > > Neat, I didn't know about CFDUMP. - Rick ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&foru

Re: CGI Variables

2002-11-12 Thread Rick Root
Ciliotta, Mario wrote: > > Does anyone know the cgi variable to capture a users ip address. I have used it >before but I just seem to be drawing a blank. Also does anyone have a link to a list >of all the available CGI variables. Well the question has already been answered, bu

RE: CGI Variables

2002-11-11 Thread Joe Eugene
#CGI.Remote_Addr# should do it... dump the Cgi struct to see all the variables. Joe > -Original Message- > From: Ciliotta, Mario [mailto:mario.ciliotta@;csfb.com] > Sent: Monday, November 11, 2002 7:15 PM > To: CF-Talk > Subject: CGI Variables > > > Hi, >

RE: CGI Variables

2002-11-11 Thread Tilbrook, Peter
as the IP Address, browser type, and authenticated username. You can reference CGI environment variables for a given page request anywhere in the page. All CGI variables are read-only. Note The environment variables available to your applications depend on the browser and server software in use f

RE: CGI Variables

2002-11-11 Thread Matthew Walker
cgi.remote_host Matthew Walker http://www.matthewwalker.net.nz/ > -Original Message- > From: Ciliotta, Mario [mailto:mario.ciliotta@;csfb.com] > Sent: Tuesday, 12 November 2002 1:15 p.m. > To: CF-Talk > Subject: CGI Variables > > > Hi, > > Does a

RE: CGI Variables

2002-11-11 Thread Tony Weeg
cgi.remote_host tw -Original Message- From: Ciliotta, Mario [mailto:mario.ciliotta@;csfb.com] Sent: Monday, November 11, 2002 7:15 PM To: CF-Talk Subject: CGI Variables Hi, Does anyone know the cgi variable to capture a users ip address. I have used it before but I just seem to be

RE: CGI Variables

2002-11-11 Thread Russ
cgi.remote_addr I believe that'll do it for you. > -Original Message- > From: Ciliotta, Mario [mailto:mario.ciliotta@;csfb.com] > Sent: Monday, November 11, 2002 6:15 PM > To: CF-Talk > Subject: CGI Variables > > > Hi, > > Does anyone know the

CGI Variables

2002-11-11 Thread Ciliotta, Mario
Hi, Does anyone know the cgi variable to capture a users ip address. I have used it before but I just seem to be drawing a blank. Also does anyone have a link to a list of all the available CGI variables. Thanks Mario This message is for the named person's use only. It may co

Re: SOT: cgi variables on Apache

2002-10-25 Thread Kreig Zimmerman
Deanna, I don't think what you're asking for is possible. With auth_user, you are using NT authentication. IIS has that built in. Apache, does not. Your easiest bet is to switch back to IIS. FWIW, if you were to have your authentication information available via LDAP, you could modify your

SOT: cgi variables on Apache

2002-10-24 Thread Deanna Schneider
Hi Folks, We were running NT, and yesterday switched to Apache. Lo and behold, there's no cgi.auth_user variable. There's a similar variable (remote_user), though. The server admin says there's no way to create or map auth_user to pick up the remote_user's value. I know nothing about servers, but d

RE: Sun One Webserver and CGI variables

2002-08-08 Thread Kumaran Nallore
You need the Enterprise version to run JSP pages in CFMX. -kumaran -Original Message- From: Julian McNamara [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 6:24 PM To: CF-Talk Subject: Sun One Webserver and CGI variables Hi all, I'm testing the Sun One Web Server with

RE: Sun One Webserver and CGI variables

2002-08-08 Thread Shawn Kernes
See bug 3551963 - MX has the same problem with iPlanet on Solaris -Shawn -Original Message- From: Julian McNamara [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 3:24 PM To: CF-Talk Subject: Sun One Webserver and CGI variables Hi all, I'm testing the Sun One Web S

Sun One Webserver and CGI variables

2002-08-08 Thread Julian McNamara
Hi all, I'm testing the Sun One Web Server with CFMX and finding that it does not return all the CGI variables I'm used to seeing with Apache, IIS or even Website. Sun tech support sent me a JSP that appears to reference things like USER_AGENT etc, stuff that I'm interested

RE: cfparam using CGI variables

2002-07-10 Thread Matt Liotta
> To: CF-Talk > Subject: cfparam using CGI variables > > Hi, > > Please exuse this humble question about cfparam. > > I have an app where I want a server name variable to be optionally > supplied > to a template via the url. > > i.e. > > somepage.c

cfparam using CGI variables

2002-07-09 Thread Whiterod, David (PLNSA)
Hi, Please exuse this humble question about cfparam. I have an app where I want a server name variable to be optionally supplied to a template via the url. i.e. somepage.cfm?server=myserver.com.au If this parameter is not supplied I would like to default to the current server name (stored in

RE: CGI variables

2002-05-03 Thread Dave Watts
> We're using cgi.server_name to build the local URL's we use. > I'm a little nervous about depending on a cgi variable for > such important stuff, but it seems to be coming through > robustly from our web server, iPlanet. I set the default > values for our Production server. > > Other folks

CGI Variables - CGI.Auth_User and CGI.Remote_User

2002-03-13 Thread Bosky, Dave
What is the difference between CGI.Auth_User and CGI.Remote_User? They both contain the same information - 'domain\username'. Are there any situations where you would reference one over another? Thanks, Dave __ Get Your

Re: CGI variables

2002-02-05 Thread NathanielHorwitz
t; > -- Original Message -- > from: "Kreig Zimmerman" <[EMAIL PROTECTED]> > >True. > > > >- Original Message - > >From: "Jamie Jackson" <[EMAIL PROTECTED]> > >Subject: CGI variables

RE: CGI variables

2002-02-05 Thread Paul Hastings
> > CGI variable detection is crap! > what about cgi.http_accept_language, my most favorite cgi var of them all? i seem to turn it up as not defined from older and/or whacko browsers. also most __ Why Share? Dedicated Win 2

RE: CGI variables

2002-02-05 Thread Dave Watts
> > ALL CGI variables are ALWAYS "defined" within CF, so you > > test for them using len() instead of isdefined(). > > But isn't cgi.http_referer, for example, exist only if the > page is called from a form? So it wouldn't exist if you came > from a

Re: CGI variables

2002-02-05 Thread Chris Norloff
ue. > >- Original Message - >From: "Jamie Jackson" <[EMAIL PROTECTED]> >Subject: CGI variables > >> True or False? >> >> ALL CGI variables are ALWAYS "defined" within CF, so you test for them >> using len() instead of isdefined

Re: CGI variables

2002-02-04 Thread Jamie Jackson
CGI[i]; cgiVal = evaluate(aryCGI[i]); if (len(cgiVal)) { writeoutput(cgiKey & '=' & cgiVal & ''); } } Thanks, Jamie On Mon, 04 Feb 2002 17:48:33 -0500, in cf-talk you wrote: >Yes (see notes for more) > >1. All CGI variables that

Re: CGI variables

2002-02-04 Thread Michael Dinowitz
Yes (see notes for more) 1. All CGI variables that exist are stored in a structure called CGI. 2. A len() should be used to determine if a CGI variable exists because (for some reason) it will ALWAYS exist. You can test this by outputting the following: #cgi.thisisafakevar# - #len

Re: CGI variables

2002-02-04 Thread Kreig Zimmerman
True. - Original Message - From: "Jamie Jackson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, February 04, 2002 5:40 PM Subject: CGI variables > True or False? > > ALL CGI variables are ALWAYS "defined" withi

CGI variables

2002-02-04 Thread Jamie Jackson
True or False? ALL CGI variables are ALWAYS "defined" within CF, so you test for them using len() instead of isdefined(). I want to be 100% certain that I don't need to use isdefined() for them. Thanks, Jamie _

How to set CGI variables from CF?

2001-12-06 Thread Gopalakrishnan Venkatachalam
I am using a authentication software that uses/sets CGI variables. I wish to call this software from my CF web pages. For me to do this, I have to set the CGI variables from the CF application so that the authentication software can use it. Is there any way to do this? G. Venkatachalam

RE: losing CGI Variables??

2001-07-05 Thread Dave Watts
reciated. > > Details: > O/S: Win2k > Server: Sambar > CF-Version: 4.5.1 professional SP2 > > Yes, all the other CGI variables "work" and this individual > has tried three different browsers with no effect? > > Virtual muffins for *any reply :) I've

losing CGI Variables??

2001-07-04 Thread Joseph Thompson
rver: Sambar CF-Version: 4.5.1 professional SP2 Yes, all the other CGI variables "work" and this individual has tried three different browsers with no effect? Virtual muffins for *any reply :) ~~ Structure your ColdFusion code with Fusebox.

RE: Watchguard Firewall II stripping CGI variables?

2001-05-10 Thread Aidan Whitehall
he CF code > to conform to the standards that it wants. Thanks for the information. However, it looks as though it might not be the firewall after all *exasperated sigh*. The cgi variables that had become empty strings (eg HTTP_REFERER and a few others) on two servers are now displaying

Re: Watchguard Firewall II stripping CGI variables?

2001-05-09 Thread Tracy Bost
that it wants. - Original Message - From: "Aidan Whitehall" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 4:18 AM Subject: Watchguard Firewall II stripping CGI variables? > A Watchguard Firewall II has just b

Watchguard Firewall II stripping CGI variables?

2001-05-09 Thread Aidan Whitehall
A Watchguard Firewall II has just been installed and it looks as though the default setting is to strip out "unknown HTTP headers", judging by the information on their website. It appears to remove a raft of CGI variables sent by the browser and the only ones available are the ones

RE: How secure are cgi variables

2001-04-19 Thread Costas Piliotis
http://advice.networkice.com/Advice/Underground/Hacking/Methods/Technical/Sp oofing/default.htm -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 6:36 PM To: CF-Talk Subject: RE: How secure are cgi variables I'm just tryi

RE: How secure are cgi variables

2001-04-19 Thread Kevin Gilchrist
:20 PM To: CF-Talk Subject: Re: How secure are cgi variables Are you working on some kind of IP based security? While cgi.remote_addr is generated by the server, ip address spoofing is not hard, so any ip based security will not keep out a resourcful hacker. jon - Original Message - From:

RE: How secure are cgi variables

2001-04-19 Thread Thomas Chiverton
> I'm just trying to figure out how it can be done. Can anyone > say how ip > spoofing could actually be done, wouldn't that be pretty darn > complicated to > do? Not really. There are many 3l1t3 t00lz to do it - its basicly manufacturing really odd TCP/IP packets... ~

RE: How secure are cgi variables

2001-04-18 Thread Robert Everland III
t: Re: How secure are cgi variables Are you working on some kind of IP based security? While cgi.remote_addr is generated by the server, ip address spoofing is not hard, so any ip based security will not keep out a resourcful hacker. jon - Original Message - From: "Robert Everla

Re: How secure are cgi variables

2001-04-18 Thread Jon Hall
gt; To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 7:10 PM Subject: How secure are cgi variables > I am playing around with cgi variables to see how secure they are. What I > want to know is there anyway to change say the remote_addr or is that > getting th

Re: How secure are cgi variables

2001-04-18 Thread Kevin Miller
es with CF 4.5. For a full listing, you will need to reference the CGI 1.1 spec. Kevin >>> [EMAIL PROTECTED] 04/18/01 04:10PM >>> I am playing around with cgi variables to see how secure they are. What I want to know is there anyway to change say the remote_addr or is

How secure are cgi variables

2001-04-18 Thread Robert Everland III
I am playing around with cgi variables to see how secure they are. What I want to know is there anyway to change say the remote_addr or is that getting the ip address from somewhere else. I tried changing it to see how good my security is on a site I am coding and it wouldn't not c

RE: Question about CGI Variables Auth User & Auth Password

2001-04-09 Thread Garza, Jeff
/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 8:01 AM To: CF-Talk Subject: Question about CGI Variables Auth User & Auth Password We are tr

RE: Question about CGI Variables Auth User & Auth Password

2001-04-09 Thread Thomas Chiverton
CGI Variables Auth User & Auth Password We are trying to get CF to pass the CGI Variables Auth User and Auth Password. It's supposed to pass your NT login info in those variables, but it's not. Is there something special I need

Question about CGI Variables Auth User & Auth Password

2001-04-09 Thread Kelly Matthews
We are trying to get CF to pass the CGI Variables Auth User and Auth Password. It's supposed to pass your NT login info in those variables, but it's not. Is there something special I need to do?? Kelly ~~ Structure your ColdFusion

CGI Variables in Apache for windows

2001-01-03 Thread Brian Rieb
Hi, I hope this email goes through. I am in a bit of a quandry. I am using CF 4.5.1 SP2 with APachae on a win98 machine, and when I try to reference the CGI variables path_info and path_translated, they come up blank? Any thoughts, email me directly if possible (at least cc) Brian

Re: HTTP request and CGI variables

2000-04-24 Thread Andrea W
AIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Re: HTTP request and CGI variables Date: Mon, 24 Apr 2000 09:31:29 -0500 Why not physically go to the page, view source and match up parameter to exactly what they're using. Oh just thought of somethin

Re: HTTP request and CGI variables

2000-04-24 Thread Fred Sanders
4, 2000 8:45 AM Subject: Re: HTTP request and CGI variables > > Pan, > > That is a good point. I just tried that. It still doesn't work - I also > tried getting rid of the http_ as another person on this list recommended, > and that does not work either. Could be that I am

Re: HTTP request and CGI variables

2000-04-24 Thread Andrea W
th a shot. Andrea Original Message Follows From: "Lawrence B. Afrin, M.D." <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: HTTP request and CGI variables Date: Sun, 23 Apr 2000 08:55:18 -0400 I had some difficulties with this problem

Re: HTTP request and CGI variables

2000-04-24 Thread Andrea W
ginal Message Follows From: "pan" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Re: HTTP request and CGI variables Date: Sat, 22 Apr 2000 21:21:33 -0700 From: Andrea W <[EMAIL PROTECTED]> > I am sending an http request

RE: HTTP request and CGI variables

2000-04-23 Thread Dave Watts
4.5, upgrade, then use > > > CFHTTP USERAGENT=... > > > > Actually, you can pass the desired user agent with CFHTTPPARAM. > > You can pass any of the CGI variables normally sent by the browser > > using CFHTTPPARAM; you just have to leave off the "HTTP_" part: > &g

RE: HTTP request and CGI variables

2000-04-23 Thread Dick Applebaum
ser agent >> via CFHTTPPARAM in earlier version of CF will accomplish >> the desired effect. If you're not at 4.5, upgrade, then use >> CFHTTP USERAGENT=... > >Actually, you can pass the desired user agent with CFHTTPPARAM. You can pass >any of the CGI variables no

RE: HTTP request and CGI variables

2000-04-23 Thread Dave Watts
> I am sending an http request using cfhttp to register a user > on a remote site - the remote site is using asp. The asp code > is looking for the browser type in the cgi variables. I am > sending it the browser type as follows: > > url="http://remote.server.com/sig

RE: HTTP request and CGI variables

2000-04-23 Thread Dave Watts
ctually, you can pass the desired user agent with CFHTTPPARAM. You can pass any of the CGI variables normally sent by the browser using CFHTTPPARAM; you just have to leave off the "HTTP_" part: http://whatever.com" METHOD="POST"> Dave Watts, CTO, Fig L

Re: HTTP request and CGI variables

2000-04-23 Thread Lawrence B. Afrin, M.D.
er??? > > > HTH > > Dick > > > > At 7:23 PM + 4/21/2000, Andrea W wrote: >> I am sending an http request using cfhttp to register a user on a remote >> site - the remote site is using asp. The asp code is looking for the >> browser type in

Re: HTTP request and CGI variables

2000-04-23 Thread Dick Applebaum
a user on a remote >site - the remote site is using asp. The asp code is looking for the browser >type in the cgi variables. I am sending it the browser type as follows: > >url="http://remote.server.com/signup/signup.asp?username=andrea&passw >ord=sesame" >method="po

Re: HTTP request and CGI variables

2000-04-22 Thread pan
From: Andrea W <[EMAIL PROTECTED]> > I am sending an http request using cfhttp to register a user on a remote > site - the remote site is using asp. The asp code is looking for the browser > type in the cgi variables. I am sending it the browser type as follows:

HTTP request and CGI variables

2000-04-22 Thread Andrea W
I am sending an http request using cfhttp to register a user on a remote site - the remote site is using asp. The asp code is looking for the browser type in the cgi variables. I am sending it the browser type as follows: http://remote.server.com/signup/signup.asp?username=andrea&pass