Thanks to Alex Zeitler\'s article I have my WCF Web API service accepting JSONP requests. This works really well for simple requests but I have a problem.
What is the开发者_C百科 best strategy to generate links or urls to other resources in a self-hosted WCF WebApi application, without hard-coding something like host or port, etc.
I am trying to use DelegatingChannel (MessageHandler) to decrypt the incoming message and encrypt the outgoing message. Code looks like this, but with some placeholder i couldn\'t figure out how to ac
Is there an easy way to get JSONP working for the new WCF Web API rest services? I\'ve tried this with no luck
I have recently discover开发者_JAVA技巧ed OData & the new WCF Web APi library on codeplex. The web api allows me to expose results as IQueryable, which allows me to expose URL\'s in the OData form
I am creating a MVC3 website that will expose a REST API using WCF Web API. To register routes to the REST API I add code to the Global.asax similar to the code below.
I want to try out WCF web API. My plan is to create an application hosted on IIS that runs by itself (not combined with an MVC 3 application, etc开发者_JAVA百科). Maybe I\'ll give it an address http:/
I\'ve recently started using WCF WebApi to create a REST api. I followed samples available on CodePlex and also articles series by Alex Zeitler.
How can I configure wcf web api service for HTTPS transport? Does anyone know how much this wi开发者_如何转开发ll change in the final release since this is one of the areas they say will change?To su
Which HttpStatusCode shou开发者_C百科ld I return when a POST method to add an object fails? It could be due to a db connectivity issue, a code bug, invalid data, or any other reason.That depends on w