I have created a file which has  similar code to the
follwoing code:

    <CFHTTP METHOD="POST"
URL="http://www.testing.com/admin/Receipt.cfm" 
        RESOLVEURL="YES" USERNAME="testing"
PASSWORD="TeStInG">

<CFHTTPPARAM NAME="state" TYPE="FormField"
VALUE="#form.state#" >
<CFHTTPPARAM NAME="url.id" TYPE="FormField"
VALUE="#form.id#" >
<CFHTTPPARAM NAME="EffectiveDate" TYPE="FormField" 
  VALUE="#form.effectivedate#">
<CFHTTPPARAM NAME="ReceiptNo" TYPE="FormField" 
  VALUE="form.ReceiptNo">

<CFHTTPPARAM NAME="AccountType" TYPE="FormField"
VALUE="#form.AccountType#">
<CFHTTPPARAM NAME="IssueDate" TYPE="FormField"
VALUE="#Now()#">

</CFHTTP>

<CFSET testing = "#CFHTTP.FileContent#">
<br>TESTING:<cfoutput>#testing#</cfoutput><br><br>


When I try to execute this file, I get an error which
looks like:
"
HTTP Error 401
401.1 Unauthorized: Logon Failed

This error indicates that the credentials passed to
the server do not match the credentials required to
log on to the server.

Please contact the Web server's administrator to
verify that you have permission to access the
requested resource."

I have administrative privilages on the system. I have
tried with and without the password. I have tried in
many different ways, but in vain. D

Can somebody PLEASE tell me how to tell the computer
that I am AUTHORIZED. It reminds me of  a joke where
the doctor said that the patient is dead and later the
patient started talking and everybody was saying that
the doctor said you are dead, so you are dead!

Help, Save me!

Mirza


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.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