RE: passwrord protecting a page Got it..THANKS!

2001-03-20 Thread Deering
Thanks I think I'm all set. I'm using cfhttp METHOD=GET resolveurl="Yes" URL="http://www.blahblahblah"#CFHTTP.FileContent#/cfhttp inside and if then else. If the password and id (checked from an access database) are correct then the above tag is executed. This book I'm using

RE: passwrord protecting a page Got it..THANKS!

2001-03-20 Thread Mark Woods
if I understand you correctly, this leaves the URL you are getting with CFHTTP un-protected. At 12:49 PM 3/20/2001, you wrote: Thanks I think I'm all set. I'm using cfhttp METHOD=GET resolveurl="Yes" URL="http://www.blahblahblah"#CFHTTP.FileContent#/cfhttp inside and if