CSRF TESTER

CSRF ATTACK Cross-Site Request Forgery (CSRF) is an attack in which the user gets deceived to execute an unwanted action on a web application.

This is how it works:

Solution:
Consult the documentation of the language and framework you are using to implement your web application accordingly to this.


TESTER You can use the following form to send requests to your web application from another domain (this one) and verify that it is not CRSF vulnerable.

This web page will send the request using javascript.
You can check the source of this web page to verify that we won't execute any real malware attack.


URL