I have a ReportService.svc that is called from clients that are either passing credentials using Windows or Basic auth depending on their browser. How can I support both Windows and Basic auth calls to the ReportService.svc from Telerik Reporting for Silverlight?
<
basicHttpBinding
>
<
binding
name
=
"basicBinding"
>
<
security
mode
=
"TransportCredentialOnly"
>
<
transport
clientCredentialType
=
"Windows"
/>
</
security
>
</
binding
>
</
basicHttpBinding
>