Styrow.dev
Question 35 of 59

Can GET request to be used instead of PUT to create a resource?

Question

Can GET request to be used instead of PUT to create a resource?

Answer

The PUT or POST method should be used to create a resource. GET is only used to request data from a specified resource.