python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Issue with sending a POST request from Rails to Local Webservice
I am trying to send a POST request to a Web Service. The curl command I am using is:
curl --silent --header 'Accept: application/json' --header 'Content-Type: application/json' --data
'{"mwtype&...
Logan X.
Votes: 0
Answers: 1
how to resolve AttributeError: 'list' object has no attribute 'get'
I have created a database and I am trying to POST a "book" through Postman. The book should have a bunch of attributes such as title, author, rating, id, description etc. The database seems ...
farmacreds
Votes: 0
Answers: 0
HttpClient SyncPost returns 'Web Service method name is not valid'
I'm absolute newby to REST API's stuff, and I try to make a POST with a XML body to a server. The server is ok (I can get some responses for a diverse GET calls), but when I try to make a POST I get ...
user2244184
Votes: 0
Answers: 1
HTTP POST body not attached in the proxied request using http-proxy-middleware
I'm developing a React application and I need to make a POST request to a remote API in which I set header("Access-Control-Allow-Origin: *");
to disable the CORS policy.
However when I conta...
giuseppe
Votes: 0
Answers: 1