If you are using a httpHandler make sure you have added the POST verb or all (*) in web.config.
Examples: add verb="GET,HEAD, POST" or add verb="*"