Your Account
Community
Topics (Upcoming)
More |
View story
CSRF tokens in symfony
http://feedproxy.google.com/~r/symfony/planet/~3/KNaDQOxDFGY...
Submitted by
narko
1 month, 2 days, 11 hours agoWhat is that CSRF thing?
CSRF, or Cross-site request forgery, is a form of attack that takes advantage on the trust that a web application has on the user’s browser. If a different site than yours makes a user do a rquest to your site, since the user has a cookie session for your site, if you don’t have further protection, your application will...
Tags: none
|