can someone please explain the difference between a web api and a web api proxy?
thanks in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
RakeshPosted Jan 31, 2015, 1:57 PM
Why Use ASP.NET Web API ?
It enables us to
> reach more clients
> Scale with the cloud
> Embraces HTTP as an application level protocol.
WebAPIProxy: It extends your ASP.NET Web API service with a proxy endpoint, providing a ready-to-use JavaScript client as well as metadata, exposing the types used in the service. If you are using the documentation provider from ASP.NET Web API Help Pages , the usage documentation is also included inside the metadata, giving the client-side developer a rich experience with Intellisense.