I wanna use rails REST so: resources :questions I wanna add a route /questions/query_by_student so: resources :questions, :collection => { :query_by_student => :get }
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m trying to POST to a REST service using the default WebHttpBinding binding. The service only accepts \"text/xml\" as the content-type and the WebHttpBinding is sending \"application/xml, charset-u
I have 3 entities. PortalRole, Person and PersonPortalRole PersonPortalRole is a intersection entity to deal with my Many-Many relationship.
I\'m trying to create a synchronous REST request to an API. The API uses HTTP Basic authentication, so in addition to sending an Accept: application/json header, I need to specify the Authorization he
I\'m trying to send data from an Android smartphone via a POST request to a REST web service. There is no error on client side, but on the server side is no code executed if I have sent the data:
Is that just means different file type? I\'m trying do this in ROR: formatted_book_structures_url(book,\"choose_list\")
I want to develop rest api.such as: http://localhost:8080/TestSomeWay/resources/test/create?meg=sadasd&name=sadasd
I\'m trying to read some information with a REST-Service that uses chunk-encoding. String encodedURL = URLEncoder.encode(url, \"UTF-8\");
In a rich internet app: User requests a resource Server responds with a huge JSON response Client (running in browser) must process the JSON converting it to the many objects which make up the appli