diff --git a/orcli b/orcli index 527bbed..3c2ea2e 100755 --- a/orcli +++ b/orcli @@ -1496,6 +1496,7 @@ function log() { # post to export-rows endpoint # shellcheck shell=bash disable=SC2154 function post_export() { + csrf="$(get_csrf)" local curloptions for d in "$@"; do curloptions+=("--data-urlencode")