adspace
Answer Posted / Suman Kumar Jha
The main difference between POST and PUT methods in HTTP is that POST creates a new resource, whereas PUT modifies an existing resource. POST sends data to the server and expects a response indicating success or failure. On the other hand, PUT updates the specified resource with the provided data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers