Securing Web Services approach valid?

Posted by NBrowne on Stack Overflow See other posts from Stack Overflow or by NBrowne
Published on 2010-05-19T14:19:05Z Indexed on 2010/05/19 14:20 UTC
Read the original article Hit count: 174

Filed under:
|
|
|

Hi , Currently I am looking at securing our web services. At the moment we are not using WCF so this is not an option. One approach I have seen and implemented locally fairly easily was the approach described in article:

http://www.codeproject.com/KB/aspnet/wsFormsAuthentication.aspx

Which describes adding a HttpModule which prompts for user credentials if the user browses to any pages (web services) which are contained in a services folder. Does anyone see any way that this security could fall down and could be bypassed etc. I'm really just trying to decide whether this is a valid approach to take or not?

thanks

© Stack Overflow or respective owner

Related posts about web

Related posts about service