C# get the HTTP Headers of a GET request without body -
i've got bit of odd problem. i'm trying headers of webpage without body being sent through. request happen often, i'm doing checking last-modified, etag, , content-length headers changes. page i'm checking large, don't want download body.
i know there specific head request can used in c#, when using server sends different headers standard request. head request doesn't contain of headers i'm looking for.
anyone out there got ideas?
without using head request not possible .better refer link.
Comments
Post a Comment