Cross-site request forgery (CSRF) prevention

Post Reply
Shane1145
Posts: 1729
Joined: Wed Sep 25, 2024 2:31 pm

Cross-site request forgery (CSRF) prevention

Post by Shane1145 »

CSRF are a class of attack where unauthorized commands are transmitted to a website from a trusted user. Because they inherit the user's cookies (and hence session information), they appear to be valid commands. A CSRF attack might look like this:


https://developer.mozilla.org/en-US/doc ... prevention
Post Reply