We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c50ff9 commit f70e401Copy full SHA for f70e401
NEWS
@@ -36,6 +36,13 @@ New features:
36
`cxpConfigURL`
37
** `StatusReport`: `certificationProfiles`, `sunsetDate`, `fipsRevision`,
38
`fipsPhysicalSecurityLevel`
39
+* `FidoMetadataDownloader` now sends the `If-None-Match` request header set to
40
+ the `"no"` of the cached BLOB, if any, and handles `304 Not Modified`
41
+ responses appropriately.
42
+* In `FidoMetadataDownloader` if a BLOB download request returns an HTTP failure
43
+ status, but returns an `ETag` response header matching the `"no"` of the
44
+ cached BLOB, if any, this is now interpreted like a successful `304 Not
45
+ Modified` response.
46
47
Fixes:
48
0 commit comments