1.

What is different between get and post method in rest api?

Answer»

✔✔✔✔Ur answer✔✔✔✔✔




⭐⭐The PUT Method⭐⭐

✔✔PUT is USED to send data to a server to create/update a resource.☺☺☺

✔✔The difference between POST and PUT is that PUT REQUESTS are idempotent. ☺☺☺

✔✔That is, calling the same PUT request multiple TIMES will always PRODUCE the same result.☺☺☺



Discussion

No Comment Found