NoCache middleware removes preconditions from request but describes itself as cache disabling middleware. According to https://www.rfc-editor.org/rfc/rfc7232 preconditions may be used for protection against lost updates even when no caching is enabled for resource.
NoCache middleware should touch only response headers not request headers probably and should not block headers required for conditional requests to work.
NoCache middleware removes preconditions from request but describes itself as cache disabling middleware. According to https://www.rfc-editor.org/rfc/rfc7232 preconditions may be used for protection against lost updates even when no caching is enabled for resource.
NoCache middleware should touch only response headers not request headers probably and should not block headers required for conditional requests to work.