Disable form processing in config file

You can disable it via API :slight_smile:

Here’s how you can find the appropriate setting:

  • do it once in our UI with the devtools open,
  • examine the calls we make (both the path and the method - GET vs DELETE vs PUT vs PATCH vs POST),
  • and then apply them programatically to all your sites.