PHP Security Attacks - How to prevent these attacks in coding
PHP Security Attacks - How to prevent these attacks in coding PHP Security Attacks – How to prevent these attacks in coding Security is major and essential part of any language . If we see PHP then we also need and keep in mind, all security tips and tricks to prevent our code from being attacked by hackers. Here, we have searched and collected some types of attacks and their cure. Types Of Attacks: CSRF “Cross-Site Request Forgery” or CSRF attacks are not different from XSS attacks. CSRF attacks usually either exploit the fact that many websites perform actions on HTTP GET requests—deleting blog posts, buying items etc.—or spoof a client request to a resource so that the website believes the request is genuine. Either way, the victim performs an action on a website that trusts him—usually his own—that he did not intend to happen. Here we will check an example of CSRF attack and then we will tell you its cure. Mostly websites performs actions such as deleting a record needs a button or...
Comments
Post a Comment