TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mariee A
NA
6
6.3k
Authentication in WCF restful web service
Sep 27 2014 2:59 AM
Hey Programmers!!
I have implemented a WCF restful web service. Which is connected a database for CRUD operations. and I've created a console client to test this web service. Now I have to implement authentication on that web service. I want to use user name password authentication. There should be a sort of header which should be passed with every request from client end. And I want to compare it with user name password from database. Can anyone suggest me a simple mechanism for this purpose?? I've searched a lot on the internet but all in vain :'(
Reply
Answers (
2
)
How iis does make pipeline to manage different requests with
How to consume web service programmatically?