How to send secure AJAX requests with PHP and jQuery

前端 未结 3 1396
青春惊慌失措
青春惊慌失措 2020-11-30 18:08

The problem

So for a while now I\'ve been experimenting with different AJAX approaches in sending data to a server that will be processed and stored inside a MySQL

3条回答
  •  误落风尘
    2020-11-30 18:48

    the best way is still to do server side securing and if i was a logged in user in the site i would also be able to check the csrf token on my meta tag and forge a script to the server. So the sure bet is server side validation

提交回复
热议问题