Page 1 of 1
About Question com.enthuware.ets.scwcd.v5.2.393 :
Posted: Thu Feb 26, 2015 11:16 am
by rlrao1987
Why not POST instead of PUT as one of the answers?
Re: About Question com.enthuware.ets.scwcd.v5.2.393 :
Posted: Thu Feb 26, 2015 9:10 pm
by admin
POST is used to "process" the uploaded data and do something with it. It does not create an accessible resource.
PUT is used to create a resource on the server that can be accessed by a URL. This is the fundamental difference between POST and PUT. That is why PUT is the right answer here.