Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~480 People Reached
Favorite Forums
Member Avatar for EJOC

Hi everybody, I need some help doing a rfc 2617 basic HTTP authentication to call a web service in C#. I've been trying in many ways and I'm really stuck. Here's an example of my current code [CODE] string url = "http://somedomain.com/somegenericservice"; WebRequest myReq = WebRequest.Create(url); string username="****"; string password="****"; …

Member Avatar for tiggertag2000
0
480