Parse SDK doesn't obey ETag
header from express server
#1769
Labels
type:bug
Impaired feature or lacking behavior that is likely assumed
New Issue Checklist
Issue Description
Currently,
parse-server
will returnETag
header for/parse/*
requests, but the client is not caching it properlySteps to reproduce
/parse/config
returned ETag header, but the parse client is not sendingIf-None-Match
along with the further requests to/parse/config
Actual Outcome
Expected Outcome
The client should obey the standard HTTP caching semantics, and re-use local cache if the ETag is consistent with remote version: https://www.rfc-editor.org/rfc/rfc9111.html
Environment
Client
2.7
Server
5.6.0
Ubuntu 22.04
AWS
Database
MongoDB
5.0
AWS
Logs
The text was updated successfully, but these errors were encountered: