The test controller code above works on the same server in a CI 1.6.x project, so that eliminates the browser and likely the apache configuration. Next likely suspects is something to do either with CI routes (it’s not using any custom routes in the 1.6.x project), an .htaccess issue, or something else I’m missing.
Also checked the httpd error log and not seeing anything else, and no errors being reported other than an empty $_POST array, if either printed at the top of CI’s index.php or at the top of the controller it’s reaching.
Will also try a clean copy of CI 1.7.1 to narrow things down.
