Well, their app that is processing the submission and checking for 
USER_AGENT is not within the html page. So there is no way to really see 
what it is doing with all the form values once they are submitted.

Andrea


----Original Message Follows----
From: "Fred Sanders" <[EMAIL 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 something, is the page using
frames?

----- Original Message -----
From: "Andrea W" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 24, 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 still not feeding it 
the
 > exact user agent value it is looking for...
 >
 > Andrea
 >
 > ----Original 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 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:
 >  >
 >  > <cfhttp
 >  >
 >
url="http://remote.server.com/signup/signup.asp?username=andrea&password=ses
ame"
 >  > method="post" resolveurl="true">
 >  >
 >  > <CFHTTPPARAM TYPE="CGI" NAME="HTTP_USER_AGENT" VALUE="Mozilla/4.0
 >  > (compatible; MSIE 5.01; Windows NT)">
 >  >
 >  > </cfhttp>
 >  >
 >  > But the remote app is still balking and claiming that I have an old
 > browser
 >  > version. Does anyone know if there is some way that using the cfhttp
tag
 > can
 >  > tack on some cgi variables that cannot be overridden by the
cfhttpparam?
 > I
 >  > have shown this code to the asp developer who wrote the code that
accepts
 >  > the user registration, and he said the HTTP_USER_AGENT variable looked
 >  > correct and is what his app is looking for.
 >  >
 >
 > Have you tried setting the user_agent to an older version?
 > Might be that the receivning app isn't filtering correctly
 > for 5.01 ....
 >
 > Pan
 >
 >
 > 
--------------------------------------------------------------------------
----
 > Archives: http://www.eGroups.com/list/cf-talk
 > To Unsubscribe visit
 > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk 
or
 > send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 > the body.
 >
 > ________________________________________________________________________
 > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
 >
 > 
--------------------------------------------------------------------------
----
 > Archives: http://www.eGroups.com/list/cf-talk
 > To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to