Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Foundation] Ensure that post requests are not cached by the native
code. The behaviour from apple is wrong, PUT and POST are differnet in that PUT is idempotent. Calling PUT several times successively has the same effect (that is no side effect), where successive identical POST may have additional effects We should not let the native code cache the calls.
- Loading branch information