What is CSRF (Cross Site Request Forgery)?

Submitted by: Administrator
CSRF or Cross site request forgery is an attack from a malicious website that will send a request to a web application that a user is already authenticated against from a different website. To prevent CSRF you can append unpredictable challenge token to each request and associate them with user's session. It will ensure the developer that the request received is from a valid source.
Submitted by:

Read Online Hacking Job Interview Questions And Answers