python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Nodejs PUT/PATCH is not working with axios and request but same works from Postman
I am trying to make some modifications to my Rest API by making the PUT request using request package but it does not seem to work so. Although I am able to make the modifications to the same API usin...

BATMAN_2008
Votes: 0
Answers: 0
How to send a file inside AXIOS PUT HTTP Request NextJS Internal and External API Call
I'm trying to upload a file to an internal API EndPoint using axios PUT Request, and from that endpoint make a second call to an external API. I presume that I have to convert the Buffer into a Readab...

isaacwgarcia
Votes: 0
Answers: 0
curl PUT JSON body having issues processing array's
I'm developing a library that communicates with a REST API. The method I wrote for PUT calls has worked up until this point.
void Command::put(const std::string url, const std::string body)
{
CURL...
mreff555
Votes: 0
Answers: 1
mongoose put does not check for required field
I am making nodejs API and I have a user model. Some fields are required. When trigger post it will tell me that some fields required so no save will be done, but when I do it with put it will replace...
Had gadMa
Votes: 0
Answers: 1