Closed Kevinsomnia closed 1 year ago
Calling the Head(string url) overloaded method would incorrectly send a DELETE request when attempting to fetch the response headers.
Head(string url)
DELETE
Calling the
Head(string url)
overloaded method would incorrectly send aDELETE
request when attempting to fetch the response headers.