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
> > > 1) The USERAGENT param to CFHTTP did not become available > > > until CF4.5. I don't believe trying to set the user 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=... > > > > A

RE: HTTP request and CGI variables

2000-04-23 Thread Dick Applebaum
Dave That, indeed, does the job My questiion is how do you know this... I found nothing in the Dcos. Dick At 1:38 PM -0400 4/23/2000, Dave Watts wrote: > > 1) The USERAGENT param to CFHTTP did not become available >> until CF4.5. I don't believe trying to set the user agent >> via CFH

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/signup/signup.asp?username=an

RE: HTTP request and CGI variables

2000-04-23 Thread Dave Watts
> 1) The USERAGENT param to CFHTTP did not become available > until CF4.5. I don't believe trying to set the user 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 desir

Re: HTTP request and CGI variables

2000-04-23 Thread Lawrence B. Afrin, M.D.
I had some difficulties with this problem recently, too, when I needed to implement a monitor that checks on another site. Some things to be aware of: 1) The USERAGENT param to CFHTTP did not become available until CF4.5. I don't believe trying to set the user agent via CFHTTPPARAM in earlier v

Re: HTTP request and CGI variables

2000-04-23 Thread Dick Applebaum
Andrea I never had the need to examine this before, so I wrote a little program to check it out. CF passes a HTTP_USER_AGENT of: ColdFusion 4.0 I can understand arguments for and against allowing you to spoof the user agent. (Tango does). I couldn't find anything in any CFDocs that sa

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: > > url="http://remote.server.

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&password=sesam