I        This condition is triggered when a connected client sends a POST request.


Users of POST include browser webpages using <form method="POST" …>, and Fusion extensions Web Query Object and Get object.

The Download object cannot use POST, and uses GET or HEAD exclusively.


One benefit of POST requests over GET is that the POST items' length is not limited. In a web browser, POST items won't be stored in browser history. Whereas GET values are part of the URL and so the values can be seen in the address bar of a browser.