Computer Science, asked by amoolsaxena, 6 months ago

One of the ways to prevent CSRF attack is that you should use _____ validation.
1.Referrer
2.CSRF token
3.browser
4.Both 1 and 2

Answers

Answered by rohitkumargupta
8

HELLO DEAR,

Option (3) browser

CSRF ( Cross- site request forgery ) It is an example of confused attack against their browser because of their browser is trickled into summary for get request by less privilege attacker.Ajay ki cream review csrf exist because web application trust the cookies in web browser within and http request.

I HOPE IT'S HELP YOU DEAR,

THANKS.

Answered by Anonymous
0

One of the ways to prevent CSRF attack is that you should use CSRF token validation.

  • A specific type of server-side CSRF defence typically represents an anti-CSRF token.
  • It in common is a random string recognizable to only web application and the active user's preferred browser.  
  • The anti-CSRF token is typically stored within a session variable and on an independent website it is precisely in a unknown area submitted with the established order.
Similar questions