You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2018. It is now read-only.
While this make perfect sense for safe methods such as GET and HEAD, it can be surprising if you make more than one POSTPUT request in the same session with different body contents. Is that by design? Or should the body be part of the cache key for those methods?
I noticed that only the
method+uriis used as the cache key.While this make perfect sense for safe methods such as
GETandHEAD, it can be surprising if you make more than onePOSTPUTrequest in the same session with different body contents. Is that by design? Or should thebodybe part of the cache key for those methods?