POST, true); + //For some reason, $HTTP_RAW_POST_DATA isn't working as documented at + //but the php://input method works. This is likely to be flaky + //across different server environments. + //If theminiProxyFormAction field appears in the POST data, remove it so the...