Open
Conversation
FIDO MDS returns an `ETag` response header and supports the `If-None-Match` request header in BLOB download requests [1]: >The system may pass the serial number of the latest cached Metadata Service >BLOB to the service (GET `/?localCopySerial=77`). In that case, the MDS will >return HTTP code 304 (Not Modified) if no newer MDS blob is available. >Alternatively, the serial number of the local copy could be provided through >the "If-None-Match" header field. The server will always return the serial >number in the ETag header field. If both, the "localCopySerial" parameter and >the "If-None-Match" header are provided, the server will only process the >"localCopySerial" parameter. [1]: https://fidoalliance.org/specs/mds/fido-metadata-service-v3.1-ps-20250521.html#sctn-mds-blob-proc-rules
Test Results2 240 tests 2 232 ✅ 55s ⏱️ For more details on these parsing errors, see this check. Results for commit 19950d8. ♻️ This comment has been updated with latest results. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FIDO MDS returns an
ETagresponse header and supports theIf-None-Matchrequest header in BLOB download requests: