CSRF demos

The following pages are examples on how to defend against CSRF (Cross Site Request Forgery)

If XSS is found on your site it's pretty much game over but the following scripts can help protect your users against CSRF.

URL tokens demo

Form tokens demo

IFRAME protection demo

Combined CSRF demo