|
Mailing Lists
|
Home /
Groups /
ColdFusion Talk (CF-Talk)
ColdFusion 10 : ReST calls with user and password
Would someone be able to direct me to some information on how to accessAJ Mercer 08/04/12 11:17 P > Would someone be able to direct me to some information on how to accessDave Watts 08/06/12 10:00 P That is for a challenge/response security set at the web server level.AJ Mercer 08/06/12 10:18 P > That is for a challenge/response security set at the web server level.Dave Watts 08/06/12 11:52 P oh, ok.AJ Mercer 08/07/12 12:19 A Would someone be able to direct me to some information on how to access user and password passed to a ReST service in ColdFusion 10 please? -- *AJ Mercer* <webonix:net strength="Industrial" /> <http://webonix.net> | <webonix:org community="Open" /> <http://webonix.org> http://twitter.com/webonix Railo Community Manager <http://www.getrailo.org/index.cfm/community/team/> > Would someone be able to direct me to some information on how to access > user and password passed to a ReST service in ColdFusion 10 please? I don't think there's anything special about authentication with ReST - the client passes credentials via web server authentication, and your code could then access CGI.AUTH_USER etc. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. That is for a challenge/response security set at the web server level. For a ReST call, you can pass in a user and password. In CF, this can be done with cfhttp http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_g-h_09.html On 7 August 2012 09:59, Dave Watts <dwatts@figleaf.com> wrote: ----- Excess quoted text cut - see Original Post for more ----- > That is for a challenge/response security set at the web server level. > > For a ReST call, you can pass in a user and password. > > In CF, this can be done with cfhttp > > http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_g-h_09.html When you pass in credentials with CFHTTP, that is using Basic Authentication. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. oh, ok. I will play around with this. Thank you. On 7 August 2012 11:50, Dave Watts <dwatts@figleaf.com> wrote: ----- Excess quoted text cut - see Original Post for more -----
|
May 21, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||