While making POST request using Jquery Ajax for a controller's action,What would be the better to encrypt the URL in the POST request and decrypt at Controller action,without involving the SSL.
I came across ANtiXSS library,does it provide the one I need.
Regards, Qureshi