Hello Everyone,Our post requests we wrote (using $.ajax()) appeared in the page source. Is there a setting that we overlooked that we can take the precaution of this? When we try to look page source we saw our JavaScript code and URL, can we hide that?
You may Google “protect ajax post php data”.
You should write more code to protect your own REST API on the server side. The JavaScript code and URL to your REST API can be read anyway.