Today I Learned - Rocky Kev

Tagged “hack”

  1. TIL CSRF Attacks

    Cross-site Request Forgery (CSRF) is submitting post data from a fake site. To prevent CSRF attacks, web applications should implement measures such as requiring a valid CSRF token to be included with each request, checking the referer header, and using secure cookies.

See all tags.