Is CSRF possible with PUT or DELETE methods?
Is CSRF possible with PUT or DELETE methods? Or does the use of PUT or DELETE prevent CSRF? Answer Great question! In a perfect world, I can’t think of a way to perform a CSRF attack. You cannot make PUT or DELETE requests using HTML forms. Images, Script tags, CSS Links etc all send GET … Read more