Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID
Advertise on LowEndTalk.com

Best Way to Hide URL in $.ajax - Secure your Webpage

Hey Everybody..

I are working on my website where I am using lots of $.ajax in jquery .. but the url section of it my link on which the POST request is going is visible.Something like below

$.ajax({ type: "POST", url: "update_cust_results.php", data: dataString,

Any suggestions .. how to hide this "update_cust_results.php" url .. In my update_cust_results.php page ,i have given that if that only go further if the user is logged in .. but thats just a basic security measure .. any other good security mechanism from the gurus :)

Comments

Sign In or Register to comment.