I need to write a WCF Service which takes one input parameter and based on this input parameter,there will be a business logic and it returns a true or false.
Now to have authorization to use this service,i need to check for credentials also.
What is best approach to check for credentials and allow him to access my service.
Can we do anything in headers ?