I\'m designing a web service that serves up JSON through a REST API. This API is currently being used by an iPhone app to do CRUD operations.
I am working as a tester on a system based on a Rest API. Part of my job is to use different applications to POST files to the Rest API and then accessing the API directly via a Rest Client to verify
I\'d like my Restlet application to log the stack trace for any Resource that generates a 500-series HTTP error (using the Context\'s Logger). As far as I can tell, this is not the default behavior.
Can anyone explain the difference between a HTTP-GET and HTTP-POST? And why do 开发者_开发知识库people say that a HTTP-POST is weaker in terms of security?In an HTTP GET request, key/value pairs are s
I\'m trying to create a WCF client that accesses a REST API. The API requires that a GET be used for a certain call, so I\'m using the [WebGet] attribute for the method. 开发者_如何学GoHowever when I
I\'m working on an app using ASP.Net\'s form authentication. The client also makes RESTfull calls to the server (ExtJS components on front end).
The CXF documentation mentions caching as Advanced HTTP: CXF JAXRS provides support for a number of advanced HTTP features by handling If-Match, If-Modified-Since and ETags headers. JAXRS Request co
I am currently working on a WCF application that consumes a Rails REST Service. The problem is when I do a update or remove request, Rails does not return XML, only the following header:
I\'m using Spring MVC (3.0) with annotation-driven controllers. I would like to create REST-ful URLs for resources and be able to not require (but still optionally allow) file extension on the end of
[OperationContract] [WebInvoke(Method=\"POST\", BodyStyle = WebMessageBodyStyle.Wrapped, ResponseFormat = WebMessageFormat.Json,