I am trying to consume REST API from my .NET Application. This API\'s are all written in JAVA. I am asked to pass the authentication credentials vis HTTP headers. How can I pass
There are a number of ways taht you can do this but using the WebRequest objects is the fastest if you have just a few calls to complete.
This site, has a great overview of the process.