Receive the content of a HTTPS POST in the server side

Hi!

I’ve done a POST request in the index.html and now I want to receive this sent content in the HTTPS POST in the server side, I mean, in the view.

Is this possible?