I've been working with the following CFHTTP code, but keep getting the same
"Connection Failure" message, with no StatusCode available....

<CFHTTP
  URL="http://www.wm.edu/path/authenticate.cfm"
  METHOD="POST" Timeout=20 ThrowOnError="yes">

  <CFHTTPPARAM TYPE="FORMFIELD" NAME="UserID" VALUE="userid">
  <CFHTTPPARAM TYPE="FORMFIELD" NAME="Password" VALUE="password">

</CFHTTP>

Anybody have any ideas?

Thanks!!!

Norman Elton
Information Technology
College of William & Mary

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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