Ques:- What is the difference between GET, POST, PUT, and DELETE in HTTP
Asked In :-
Xoriant Solutions Pvt Ltd, Object Frontier Software, KRIOS Info Solutions, Hidden Brains InfoTech, Shipco IT, Ziffity Solutions, Toxsl Technologies, Itobuz Technologies, Born Commerce, Infinity Labs LLP,
Right Answer:
GET is used to retrieve data from a server, POST is used to send data to a server to create a resource, PUT is used to update an existing resource on the server, and DELETE is used to remove a resource from the server.
GET is used to retrieve data from a server, POST is used to send data to a server to create a resource, PUT is used to update an existing resource on the server, and DELETE is used to remove a resource from the server.