Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Gakusei #1
CF to authenticate against Linux HTACCESS
I have a page that we want to link to other webservers.
Some of these webservers (Linux) have implemented security via HTACCESS. We
have the usernames/passwords in a db table, and would like to pass these
credentials along to the destination site.
How do I do this? Is there a CF tag that will accomplish this? (I've attempted
CFHTTP, and it gets me to the page, but then all the graphics call up the login
box...) Is there a CFC that would accomplish this?
Thanks in advance,
bw
Gakusei Guest
-
Use CF to authenticate against HTACCESS
I have a page that we want to link to other webservers. Some of these webservers (Linux) have implemented security via HTACCESS. We have the... -
authenticate except one page
i use form based authenticatiżon. But in my project only one file must use anonymous access. how can i do that? thanks bg -
Authenticate with a webservice
I know how to authenticate to a webservice using either of these ways(Assuming that rService represents the webservice): 1) rService.Credentials... -
How to authenticate HttpWebRequest?
Hi, i have a protected part of application ("security" subdirectory is protected by authentication mode="Forms"). i'd like to give a user a... -
authenticate module
Hi, I like to use WWW::Mechanize to scrape a website. However the website has a authentication page. Is there a perl module I can use to perform... -
serat #2
Re: CF to authenticate against Linux HTACCESS
If the authenication type is DIGEST then neither CFHTTP nor any other built
language component will work with it.
CFHTTP and CFINVOKE will work against target URIs protected by BASIC
authentication when using the username/password tag attributes.
serat Guest
-
Gakusei #3
Re: CF to authenticate against Linux HTACCESS
do you have an example of the syntax I would use? I want to be able to have a
link on my page launch a new window and go to a page on the remote server...
but I want the user to then be able to click on links on the remote page to
"surf" their site... so I'm not sure if CFHTTP would do the trick...
Thanks again in advance,
bw
Gakusei Guest
-
serat #4
Re: CF to authenticate against Linux HTACCESS
For HTTP operations such as GET/POST/HEAD to target URIs where the URI is
protected by BASIC Authentication (not DIGEST/NTLM), then the CFHTTP tag can be
used with the username=/password= attributes.
For more see:
[url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/00000272.htm#1632966[/url]
serat Guest
-
Mr Black #5
Re: CF to authenticate against Linux HTACCESS
If you under Windows, this tag can be used instead of CFHTTP with any authentication supported under Windows:
[url]http://www.cftagstore.com/tags/cfxhttp5.cfm[/url]
Mr Black Guest



Reply With Quote

