if you know the login/password, can't you use:

        http://{login}:{password}@{URL}

in the URL attribute?


-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 8:55 PM
To: CF-Talk
Subject: RE: Strange CFHTTP Problem


> I've got a strange problem going on here with using cfhttp tag.
>
> Environment is NT4.0 IIS4 CF4.51 (Allow anon users disabled -
> Windows Challenge/Response) I've also tried on Win2k IIS5 with
> same problem arising.
>
> I keep getting an "Access denied" message (cfhttp.filecontent)
> and was wondering what exact permissions settings I should have
> to fix this. I've tried allowing access to the relevant directories
> and even changed the user under which CF Server runs
>
> I've already tried passing valid NT account details in the username
> and password attributes of the tag. No proxy is involved here as
> the cfhttp is calling a script residing on the same site and server.
> CFServer is running under the system account.

CFHTTP can't be used to retrieve pages that require NTLM authentication
(Windows Challenge/Response).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to