RE: Password protect a webservice

2004-08-03 Thread Mark W. Breneman
Any one? Mark W. Breneman -Cold Fusion Developer -Network Administrator Vivid Media [EMAIL PROTECTED] www.vividmedia.com http://www.vividmedia.com/ 608.270.9770 _ From: Mark W. Breneman [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 4:33 PM To: CF-Talk Subject: Password protect

Re: Password protect a webservice

2004-08-03 Thread Ben Doom
PROTECTED] www.vividmedia.com http://www.vividmedia.com/ 608.270.9770 _ From: Mark W. Breneman [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 4:33 PM To: CF-Talk Subject: Password protect a webservice Is there a standard way to secure a web service? I have a client that wants

Re: Password protect a webservice

2004-08-03 Thread Jochem van Dieten
Mark W. Breneman wrote: Any one? Webservices work over HTTP, so you can use the authentication mechanisms build into that. I would presume that anything that can download over HTTP can at least do Basic Authentication. Jochem [Todays Threads] [This Message] [Subscription] [Fast

Re: Password protect a webservice

2004-08-03 Thread Cutter (CF-Talk)
protect a webservice Is there a standard way to secure a web service? I have a client that wants to download user data through a web service. I know that we can use SSL to secure the transfer but is there a way to password protect the web serice. Oh, and the client plans on accessing this data

RE: Password protect a webservice

2004-08-03 Thread Mark W. Breneman
, 2004 9:58 AM To: CF-Talk Subject: Re: Password protect a webservice Mark, I haven't dived into it too deeply yet, but there is the roles attribute of cffunction. This is specifically for securing webservices, and though I haven't looked at it thoroughly yet I would imagine that it is tied

RE: Password protect a webservice

2004-08-03 Thread Burns, John D
: RE: Password protect a webservice Just a FYI for everyone. Looks like passing a user name and password to the webservice usinghttps://bob:[EMAIL PROTECTED] https://bob:[EMAIL PROTECTED]/getdata.cfc using folder / file security on the webserver does work with Office XP Web Services Toolkit 2.0

RE: Password protect a webservice

2004-08-03 Thread Mark W. Breneman
PROTECTED] Sent: Tuesday, August 03, 2004 1:35 PM To: CF-Talk Subject: RE: Password protect a webservice That was my understanding as well is that it wouldn't work in IE.I'm curious what the username/password attributes in cfinvoke check against. Anyone know? John -Original Message- From

Password protect a webservice

2004-08-02 Thread Mark W. Breneman
Is there a standard way to secure a web service? I have a client that wants to download user data through a web service. I know that we can use SSL to secure the transfer but is there a way to password protect the web serice. Oh, and the client plans on accessing this data from MS access. I