Re:CFHTTP Question!

2003-10-21 Thread ColdFusion Programmer
ing, then start with the tag and >build a session scope with the variables you need >(like user.supportuser). Does this help? > >-Mark >    >-Original Message-    >From: ColdFusion Programmer [mailto:[EMAIL PROTECTED]    >Sent: Tuesday, October 21, 2003 9:48 AM  

Re:CFHTTP Question!

2003-10-21 Thread ColdFusion Programmer
Can somebody please advise me what to do? >I took your advise Stephen and copied the contents of the include file >into a new file and saved it as a coldfusion file. I am using >cfinclude to call this file. There is a "if" condition in the include >file which is in asp. > ><%    >if session("u

Re:CFHTTP Question!

2003-10-21 Thread ColdFusion Programmer
I took your advise Stephen and copied the contents of the include file into a new file and saved it as a coldfusion file. I am using cfinclude to call this file. There is a "if" condition in the include file which is in asp. <%   if session("user.supportuser") = "TRUE" then   %>     Do So

Re:CFHTTP Question!

2003-10-20 Thread ColdFusion Programmer
so what are you suggesting? How do I use HTTP authentication mechanism? >ColdFusion Programmer wrote: >> >> Date : Mon, 20 Oct 2003 15:20:34 GMT >> Server : Microsoft-IIS/5.0 >> Content-Length : 4431 >> Content-Type : text/html >> Explanation : Access Denied >> Connection : close >> Status_Code :

Re:CFHTTP Question!

2003-10-20 Thread ColdFusion Programmer
When I output the http response headers, this is what gets displayed Output the Response Headers: Date : Mon, 20 Oct 2003 15:20:34 GMT Server : Microsoft-IIS/5.0 Content-Length : 4431 Content-Type : text/html Explanation : Access Denied Connection : close Status_Code : 401 WWW-Authenticate : NTLM

Re:CFHTTP Question!

2003-10-17 Thread ColdFusion Programmer
When I browse the asp file in the browse, it displays the menu on the browser. This is the url I'm using: http://myProject/site/includes/topmenu/folder2/menu.asp But when I include this url in cfhttp I get You are not authorized to view this page You do not have permission to view this director

Re:CFHTTP Question!

2003-10-17 Thread ColdFusion Programmer
This is the code I have got on my Coldfusion file #CFHTTP.FileContent# I get an error: You are not authorized to view this page You do not have permission to view this directory or page using the credentials you supplied. Can somebody tell me what am I doing wrong Thanks >Hello everybody, >