Forum Moderators: phranque
However, once the request arrives at your server, Apache will give *some* answer; It will either just accept the POST (and do nothing with it), or it may return some response. If the length of this response is short, then there's little to be gained by coding a special handler for these POSTs. Check your raw server access log to see what the server's response length is.
Jim