問題タブ [openresty]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
nginx - NginxはPOST / GETリクエストの本文を変数に入れます
私は単一の場所を持つ openresty サーバーを持っています。そこでは、redis DB への POST/GET 要求本文を RPUSH する必要があります。
構成スニペットは次のとおりです。
しかし、POST リクエストを受け取った場合は$query
空のようです。
access_by_lua 'ngx.req.read_body()';
と
echo_read_request_body;
役に立たないようです。どんな種類の助けにも感謝します。