I need to write an AJAX request that is secure, and cannot be accessed through the source code or by any other means. Seeing as AJAX requests are written in javaScript/jQuery which is client-side, the request can easily be viewed. Is there any way to make AJAX requests invisible to users and unhackable?I need to write an AJAX request that is secure,