<div dir="ltr">is it possible to capture POST data, but as soon there is a "password" then this word and its value to mask or exclude from log.<div><br></div><div>i was trying to split request_body, but it not working correct:</div><div><br></div><div>map $request_body $request_body_nopwd {</div><div>"~(.*)(&|%5B)password(%5D)?\=" $1;</div><div>}</div><div><br></div><div>also if request dont have password it returns empty value, etc</div><div><br></div></div>