Top "Wcf-rest" questions

A REST service built with WCF

Built-in way to do Basic Authentication with WCF REST service?

I am using Basic Authentication in my WCF service. And also using ASP Membership provider for authentication. Web.Config: For …

c# ajax wcf basic-authentication wcf-rest
How to create query expression for Odata for get by Id

I have created an OData service and now I am trying to consume this service at client side. I wants …

c# odata wcf-rest wcf-web-api
Difference between PUT and POST using WCF REST

I have tried to implement a REST WCF in order to explore difference between PUT and POST verb. I have …

c# wcf wcf-rest
Can't Pass JSON Post Data to WCF REST Service using Fiddler

I'm trying to invoke a WCF rest service as shown below: [WebInvoke(UriTemplate = "Login", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)] …

wcf fiddler wcf-rest