Difference between GET and HEAD request methods
By Ramakrishna on Oct 5, 2008 in Java Interview Questions
Rep) When the client sends GET request, As part of the response the server will send initial response line, N no of Header and response Body.
When the client sends HEAD request. As part of the response the server will send initial response line and N no.of header as (i.e the server will not send the response body. If the client sends the Head Request
