The POST request is used to send the data to be processed. The PUT request is used to store a…
March 25th, 2010
What is the Head() method?
No Comments, SCWCD, by Daisy Williams.HEAD is a request method that is used when the client wants to see only the header information of a…
March 24th, 2010
What are the methods available in HTTP 1.1?
No Comments, SCWCD, by Daisy Williams.HTTP 1.1 defines eight request methods as follows: GET: It is the default request method. It retrieves the resource identified…
March 23rd, 2010
What is the GET method?
No Comments, SCWCD, by Daisy Williams.GET is the default method of an Http request. In this method, the request parameters are included in the URL…