maverick5x Posted February 23, 2007 Share Posted February 23, 2007 Hello, I was thinking while i was developing an application in ajax.What are the security risks and flaws that ajax has and have to be taken care of while developing an ajax-based-app? Quote Link to comment Share on other sites More sharing options...
mattd8752 Posted February 24, 2007 Share Posted February 24, 2007 None unless you code server side badly. It is just like any client side thing. It can be modified all the user wants. You should never use it to verify data and such, just use your php (or whatever language) and check it as if you would check a form that is submitted by a different page. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.