I would like to modify the html as it comes from the webapp before delivering it to the website visitor. However, if the website visitors posts in a web formula the input is also transformed by nginx's subs_filter
.
Is it possible to use nginx's subs_filter
for GET
request only but not for POST
?
Similar question (non-duplicate!) nginx sub_filter
for GET
request only?
I think you can use
subs_filter_bypass
directive. From the docs: