Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Does Silverlight-3 support Basic Authentication and custome HTTP Headers ?
4 replies. Latest Post by ahhmedsherif on June 23, 2009.
(0)
ahhmedsh...
Member
66 points
80 Posts
06-04-2009 8:18 PM |
Does Silverlight-3 support Basic Authentication and custome HTTP Headers ?
jakkaj
Participant
896 points
142 Posts
06-05-2009 3:17 AM |
Hey there,
Silverlight makes all network requests through the host browser's networking stack. This means that what the host browser supports, Silverlight supports. So, it's my assumption that your secnario would work fine :)
There is a good article on how Silverlight networking works here: http://scorbs.com/2008/04/05/silverlight-http-networking-stack-part-1-site-of-origin-communication
Cheers
Jordan
06-05-2009 5:31 AM |
Well what I was getting at is if Silverlight Supports making HTTP Requests and setting Basic Authentication Headers.
This functionality did not exist in 2.0
Jonathan...
All-Star
23562 points
2,304 Posts
06-10-2009 4:19 AM |
Hi Ahhmedsherif,
ahhmedsherif:Does Silverlight-3 support Basic Authentication and custome HTTP Headers ?
Please reference to this article. Actually, RIA Services has provided the authentication mechanism, please take a look at this article.
Best regards,
Jonathan
06-23-2009 8:44 AM |
Is there a way to use authentication as mentioned in the article via a J2EE web service ?