mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-13 13:53:34 +01:00
Wiremock does not retrieve content-length on a HEAD request. #519
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maoso on GitHub (Jun 6, 2023).
Originally assigned to: @StefH on GitHub.
Using wiremock.net when I do a HEAD request, wiremock does not retrieve the content-length into the header of the response.
If we check the http HEAD method it should to it, https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD
Ok seems to be duplicated https://github.com/WireMock-Net/WireMock.Net/issues/720 going to close and a second look.
Thank you very much
@StefH commented on GitHub (Jun 6, 2023):
this will be added in next release
https://github.com/WireMock-Net/WireMock.Net/pull/951