This is a migrated thread and some comments may be shown as answers.

Modifying the actual request

2 Answers 67 Views
DataServiceDataSource
This is a migrated thread and some comments may be shown as answers.
Craig
Top achievements
Rank 1
Craig asked on 15 Jul 2011, 12:03 AM
Is it possible to modify the request that is made?

We have an OData service that is secured using SSL that requires a client certificate to be sent.


Craig

2 Answers, 1 is accepted

Sort by
0
Accepted
Rossen Hristov
Telerik team
answered on 15 Jul 2011, 07:27 AM
Hi Craig,

RadDataServiceDataSource does not communicate with the server directly. Instead it uses the built-in WCF Data Services class DataServiceContext to communicate with the server. So if the DataServiceContext is capable of what you need, then the answer should be yes.

This topic explains how you can configure the DataServiceContext to use authentication.

And I believe that this topic will directly answer your question.

If you want to learn more about the new RadDataServiceDataSource controls and experiment with a sample project, please take a look at my blog post.

I hope this helps.

All the best,
Ross
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Craig
Top achievements
Rank 1
answered on 17 Jul 2011, 09:21 PM
Thanks Ross,

Your second link showed exactly how to implement it.

Craig
Tags
DataServiceDataSource
Asked by
Craig
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Craig
Top achievements
Rank 1
Share this question
or