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 says you can't.... but 
that probably means... you can't.


In your case, maybe you can convince the ASP programmer to accept 
ColdFusion 4.0 as a valid browser???


HTH

Dick



At 7:23 PM +0000 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 the cgi variables. I am sending it the browser type as follows:
>
><cfhttp
>url="http://remote.server.com/signup/signup.asp?username=andrea&passw 
>ord=sesame"
>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.
>
>Thanks,
>
>Andrea Wasik
>
>________________________________________________________________________
>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_tal 
>k 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.

Reply via email to