Secure AJAX
Published on September 3rd, 2006 in PHP, Programming, Web
Everyone using AJAX knows what it can do to improve your Web App. Well, AJAX when used with a database, can also expose your critical data. To avoid this, the nice people at informit.com have put a pretty good article together which will basically allow you to password protect your AJAX requests on the client-side [...]