TolerateGet
Specify whether information from both GET and POST methods
should be parsed when form is submitted using the HTTP POST method.
Synopsis
This is a Yes or No directive.
The default is No.
Scope
This directive is only available for use in the global
(interchange.cfg) configuration file,
and will affect all websites running under the Interchange installation.
It will not work in a website's local (catalog.cfg)
configuration file.
Description
Set this to "Yes" to enable parsing of both GET data
(URI arguments) and POST data (form values) when a POST
request is submitted.
The default is "No", which means that GET data is
ignored during a POST.
Unfortunately this has to be a global setting because at URI
parse time, the Interchange daemon doesn't yet know which website it's
dealing with, due to website aliases, etc.