Explain what is CSRF (Cross Site Request Forgery)? How you can prevent this?
Answer Posted / chaitanya
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.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the 3 types of hackers?
What software do hackers use?
What tools do real hackers use?
How do hackers hack passwords?
What laptops do hackers use?
Who is the best hacker in the world?
Explain what is DOS (Denial of service) attack? What are the common forms of DOS attack?
What os do hackers use?
Who is the most dangerous hacker?
What laptops hackers use?
What is footprinting in ethical hacking? What is the techniques used for footprinting?