Hi,
WCF Rest Service team give me 2 type of credentials, using which I need to call and access their methods.
- Basic Credentials
User Name: abc
Pass word : 123
2. Credentials Need to pass for every call to the service to access each method
User Name: xyz
Password: 123
How to call/consume WCF REST service which has basic authentication like this from web application (no Jquery approach please). Thanks in advance.