(wrap-require-same-origin handler)Require same-origin on state-changing requests (POST/PUT/PATCH/DELETE). Tolerant mode: missing Origin => allowed (for mutable requests).
Require same-origin on state-changing requests (POST/PUT/PATCH/DELETE). Tolerant mode: missing Origin => allowed (for mutable requests).
(wrap-require-same-origin-strict handler)Require same-origin on state-changing requests (POST/PUT/PATCH/DELETE). Strict mode: missing Origin => forbidden (for mutable requests).
Require same-origin on state-changing requests (POST/PUT/PATCH/DELETE). Strict mode: missing Origin => forbidden (for mutable requests).
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |