I am trying to create a form that serves as confirmation for the destroy method on a controller. In my routes I have:
i have develop RESTful web service in cakephp . i am using http GET and POST method and sending request in form of JSON.
I have a web service written in C# usi开发者_StackOverflowng SOAP. A client has requested the same service be available as a REST based service.
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
So if I wanted to get a list of all products, I\'d use an HTTP GET request on /products, and if I wanted to get a specific product, I\'d us开发者_高级运维e an HTTP GET request on /products/:id, but wh
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
Good day! I\'m a web developer who has to choose a way\\protocol for web-server (LAMP) <-> android app communication.
I am trying to use Twitter OAuth and my POST requests are failing with a 401 (Invalid OAuth Request) error.
I am new to handling JSON data and I am trying to learn it by getting data from the Police API and displaying it on my Google Map.
We\'re using Grails for building RESTful services which we\'ll call from browser clients using HTML forms, the problem is that forms only support GET and POST, so we\'re not sure how开发者_开发百科 to