How do I make a HTTP HEAD request using the requests library?
Asked
Active
Viewed 310 times
-1
-
Possible duplicate of [Getting HEAD content with Python Requests](https://stackoverflow.com/questions/9554947/getting-head-content-with-python-requests) – buran Jun 04 '19 at 17:57
-
@buran No, it's not because I don't want to get the content, I only want the header data. – LogicalBranch Jun 04 '19 at 17:58
-
1did you even read the question - the answer is in the question itseld as well as in the answer, or number of other similar ones, or even did you bother to check the quick start (no research at all)? – buran Jun 04 '19 at 18:04