restlet odata android客户端发送cookie

时间:2012-07-15 17:24:47

标签: android forms-authentication wcf-data-services odata restlet

我有一个简单的WCF数据服务,我通过restlet odata扩展在Android上连接它。我正在尝试使用我的WCF数据服务进行表单身份验证,这意味着包含身份验证cookie,但我似乎无法看到如何将cookie添加到org.restlet.ext.odata.Service。在我的resetlet客户端服务代理构造函数中,我尝试添加:

Request.getCurrent().getCookies().add("test","test");

我也试过我的服务代理实例:

*myserviceinstance*.getLatestRequest().getCookies().add("test","test");

但没有。我正在检查我的WCF数据服务中的'OnStartProcessingRequest'的断点,但我从来没有得到过cookie。

感谢任何帮助或指示。

0 个答案:

没有答案