I have an action in one of my controllers that is going to receive HTTP POST requests from outside of my MVC website.
All these POST requests will have the same par
The POST data from your HTTP Reques can be obtained at Request.Form.
Request.Form