Redacting Vaultwarden access_token parameter with Caddy

Do not ask LLM for knowledge because they aren’t good at it.

Always refer to the official documentation because it’s, well, official:

So your config would look something like this:

format filter {
	wrap json
	fields {
		request>uri query {
			delete access_token
		}
	}
}