Consume RESt API from .NET
Posted
by Ajish
on Stack Overflow
See other posts from Stack Overflow
or by Ajish
Published on 2009-12-03T20:40:19Z
Indexed on
2010/05/28
23:02 UTC
Read the original article
Hit count: 173
Hi All,
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 these authentication credentials like 'DATE', 'AUTHORIZATION' and 'Accept' via HTTP headers.
Which class in .NET can I use to accomplish this task. Can anyone help me with this?
All your help will be appreciated.
Ajish.
© Stack Overflow or respective owner